Skip to content

Commit 6417aae

Browse files
Typo fix to add the parameter-sets component to the release artifact
1 parent ef631c9 commit 6417aae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
PLUGIN_VERSION=1.2.1
1+
PLUGIN_VERSION=1.2.2
22
PLUGIN_ID=neo4j
33

44
plugin:
55
cat plugin.json|json_pp > /dev/null
66
rm -rf dist
77
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
8+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "neo4j",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"meta": {
55
"label": "Neo4j",
66
"description": "Interact with the Neo4j graph database",

0 commit comments

Comments
 (0)