diff --git a/manifest.webapp b/manifest.webapp index 997a51f0..38fd1d55 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -4,7 +4,7 @@ "slug": "notes", "icon": "icon.svg", "categories": ["cozy"], - "version": "1.12.0", + "version": "1.13.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 2dff4c8e..41b84770 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-notes", - "version": "1.12.0", + "version": "1.13.0", "scripts": { "tx": "tx pull --all || true", "lint": "yarn lint:js && yarn lint:styles",