diff --git a/manifest.webapp b/manifest.webapp index 154cbd70..e77e91f3 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -9,7 +9,7 @@ "name": "Cozy", "url": "https://cozy.io" }, - "version": "1.39.1", + "version": "1.40.0", "licence": "AGPL-3.0", "permissions": { "settings": { diff --git a/package.json b/package.json index 297d4f25..c45a14c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-settings", - "version": "1.39.1", + "version": "1.40.0", "main": "src/index.jsx", "scripts": { "tx": "tx pull --all || true",