Skip to content

Commit

Permalink
release: bump version to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Jan 3, 2024
1 parent 82ac71c commit 3135a26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion neo4j-app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "neo4j_app"
version = "0.3.7"
version = "0.3.8"
description = "neo4j backend for the Datashare extension"
authors = ["ICIJ <[email protected]>"]
# TODO: add readme
Expand Down
2 changes: 1 addition & 1 deletion plugins/neo4j-graph-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datashare-plugin-neo4j-graph-widget",
"description": "A Datashare plugin to add a neo4j graph widget to the project page",
"version": "0.3.7",
"version": "0.3.8",
"main": "dist/index.umd.min.js",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.icij.datashare</groupId>
<artifactId>datashare-extension-neo4j</artifactId>
<version>0.3.7</version>
<version>0.3.8</version>
<packaging>jar</packaging>

<name>neo4j datashare extension</name>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.7
0.3.8

0 comments on commit 3135a26

Please sign in to comment.