diff --git a/manifest.webapp b/manifest.webapp index 9cc263cd..4874fbcd 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -4,7 +4,7 @@ "slug": "notes", "icon": "icon.svg", "categories": ["cozy"], - "version": "1.39.0", + "version": "1.40.0", "licence": "AGPL-3.0", "editor": "Cozy", "source": "https://github.com/cozy/cozy-notes.git@build", diff --git a/package.json b/package.json index cdc4a9b7..06df5625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-notes", - "version": "1.39.0", + "version": "1.40.0", "scripts": { "analyze": "COZY_SCRIPTS_ANALYZER=true yarn build", "build": "cs build --barV7 false",