diff --git a/text-editor/.bumpversion.cfg b/text-editor/.bumpversion.cfg index 90933bf..7f92556 100644 --- a/text-editor/.bumpversion.cfg +++ b/text-editor/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True tag_name = text-editor/v{new_version} diff --git a/text-editor/package.json b/text-editor/package.json index d58120b..1fd20f1 100644 --- a/text-editor/package.json +++ b/text-editor/package.json @@ -1,6 +1,6 @@ { "name": "text-editor", - "version": "0.3.1", + "version": "0.3.2", "description": "CERNBox simple web text-editor", "license": "AGPL-3.0", "author": "CERNBox",