diff --git a/manifest.webapp b/manifest.webapp index 9baf07b5e0..12760d189b 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -11,7 +11,7 @@ "name": "Cozy Cloud", "url": "https://cozy.io" }, - "version": "1.64.0", + "version": "1.65.0", "licence": "AGPL-3.0", "permissions": { "home": { diff --git a/package.json b/package.json index d6eaa25bff..a3c6836142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-home", - "version": "1.64.0", + "version": "1.65.0", "main": "src/index.jsx", "scripts": { "tx": "tx pull --all || true",