We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef631c9 commit 6417aaeCopy full SHA for 6417aae
Makefile
@@ -1,8 +1,8 @@
1
-PLUGIN_VERSION=1.2.1
+PLUGIN_VERSION=1.2.2
2
PLUGIN_ID=neo4j
3
4
plugin:
5
cat plugin.json|json_pp > /dev/null
6
rm -rf dist
7
mkdir dist
8
- zip -r dist/dss-plugin-${PLUGIN_ID}-${PLUGIN_VERSION}.zip code-env custom-recipes js parameters-sets python-connectors python-lib python-runnables plugin.json
+ zip -r dist/dss-plugin-${PLUGIN_ID}-${PLUGIN_VERSION}.zip code-env custom-recipes js parameter-sets python-connectors python-lib python-runnables plugin.json
plugin.json
@@ -1,6 +1,6 @@
{
"id": "neo4j",
- "version": "1.2.1",
+ "version": "1.2.2",
"meta": {
"label": "Neo4j",
"description": "Interact with the Neo4j graph database",
0 commit comments