diff --git a/package.json b/package.json index 4e74f7f3..c7500771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-photos", - "version": "1.66.0", + "version": "1.67.0", "main": "src/main.jsx", "scripts": { "build": "cozy-scripts build --manifest src/photos/targets/manifest.webapp --build-dir build --src-dir src/photos --barV7 false --cozyClientJs", diff --git a/src/photos/targets/manifest.webapp b/src/photos/targets/manifest.webapp index 60203ada..e360efb5 100644 --- a/src/photos/targets/manifest.webapp +++ b/src/photos/targets/manifest.webapp @@ -2,7 +2,7 @@ "name": "Photos", "name_prefix": "Cozy", "slug": "photos", - "version": "1.66.0", + "version": "1.67.0", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg",