diff --git a/survey/.bumpversion.cfg b/survey/.bumpversion.cfg index 8685903..a873607 100644 --- a/survey/.bumpversion.cfg +++ b/survey/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.0.1 commit = True tag = True tag_name = survey/v{new_version} diff --git a/survey/package.json b/survey/package.json index 4d4191e..4ddd531 100644 --- a/survey/package.json +++ b/survey/package.json @@ -1,6 +1,6 @@ { "name": "survey", - "version": "0.0.0", + "version": "0.0.1", "description": "Usability survey for CERNBox Web", "license": "AGPL-3.0", "author": "CERNBox",