diff --git a/manifest.webapp b/manifest.webapp index 27cbc989a..7ebc2b958 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -11,7 +11,7 @@ "name": "Cozy Cloud", "url": "https://cozy.io" }, - "version": "1.71.0", + "version": "1.72.0", "licence": "AGPL-3.0", "permissions": { "home": { diff --git a/package.json b/package.json index 2c20cabc8..0a2cde404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-home", - "version": "1.71.0", + "version": "1.72.0", "main": "src/index.jsx", "scripts": { "tx": "tx pull --all || true",