diff --git a/manifest.webapp b/manifest.webapp index 158d68e9f7..8ead2e0390 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -11,7 +11,7 @@ "name": "Cozy Cloud", "url": "https://cozy.io" }, - "version": "1.61.0", + "version": "1.62.0", "licence": "AGPL-3.0", "permissions": { "home": { diff --git a/package.json b/package.json index 2a4f212476..3014f2cc89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-home", - "version": "1.61.0", + "version": "1.62.0", "main": "src/index.jsx", "scripts": { "tx": "tx pull --all || true",