diff --git a/manifest.webapp b/manifest.webapp index 8d0bd3c9..d21d5b95 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -4,7 +4,7 @@ "slug": "notes", "icon": "icon.svg", "categories": ["cozy"], - "version": "1.42.0", + "version": "1.43.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 b12f1f9a..9ad50e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-notes", - "version": "1.42.0", + "version": "1.43.0", "scripts": { "postinstall": "patch-package", "analyze": "COZY_SCRIPTS_ANALYZER=true yarn build",