From df516a641e2cca3751402b3f005dfd0e787ac19b Mon Sep 17 00:00:00 2001 From: cballevre Date: Mon, 2 Sep 2024 16:54:21 +0200 Subject: [PATCH] feat: Bump version to 1.68.0 --- package.json | 2 +- src/photos/targets/manifest.webapp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 298516b9..5c972f73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-photos", - "version": "1.67.0", + "version": "1.68.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 e360efb5..ec9682fd 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.67.0", + "version": "1.68.0", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg",