diff --git a/manifest.webapp b/manifest.webapp index 5309b7651..bb2c081bf 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -11,7 +11,7 @@ "name": "Cozy Cloud", "url": "https://cozy.io" }, - "version": "1.84.0", + "version": "1.85.0", "licence": "AGPL-3.0", "permissions": { "home": { diff --git a/package.json b/package.json index 52a414a70..420b3f3a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-home", - "version": "1.84.0", + "version": "1.85.0", "main": "src/index.jsx", "scripts": { "tx": "tx pull --all || true",