From d90538ab64d34b10631e3f33432b5d7173466d4f Mon Sep 17 00:00:00 2001 From: cballevre Date: Mon, 15 May 2023 15:48:03 +0200 Subject: [PATCH] chore: Bump version to 1.55.0 --- package.json | 2 +- src/drive/targets/manifest.webapp | 2 +- src/drive/targets/mobile/config.xml | 4 ++-- src/drive/targets/mobile/package.json | 2 +- src/photos/targets/manifest.webapp | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b78547bbb3..78c47e7387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-drive", - "version": "1.54.0", + "version": "1.55.0", "main": "src/main.jsx", "scripts": { "build": "yarn build:drive && yarn build:photos", diff --git a/src/drive/targets/manifest.webapp b/src/drive/targets/manifest.webapp index 2eab604901..c15a8d6a18 100644 --- a/src/drive/targets/manifest.webapp +++ b/src/drive/targets/manifest.webapp @@ -2,7 +2,7 @@ "name": "Drive", "name_prefix": "Cozy", "slug": "drive", - "version": "1.54.0", + "version": "1.55.0", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg", diff --git a/src/drive/targets/mobile/config.xml b/src/drive/targets/mobile/config.xml index fbee295b66..79018c1acc 100644 --- a/src/drive/targets/mobile/config.xml +++ b/src/drive/targets/mobile/config.xml @@ -1,5 +1,5 @@ - + Cozy Drive Sync files from your Cozy. Cozy Cloud @@ -11,7 +11,7 @@ - + diff --git a/src/drive/targets/mobile/package.json b/src/drive/targets/mobile/package.json index 37ba7f93ed..618f0aec79 100644 --- a/src/drive/targets/mobile/package.json +++ b/src/drive/targets/mobile/package.json @@ -1,6 +1,6 @@ { "name": "io.cozy.drive.mobile", - "version": "1.54.0", + "version": "1.55.0", "displayName": "Cozy Drive", "cordova": { "platforms": [ diff --git a/src/photos/targets/manifest.webapp b/src/photos/targets/manifest.webapp index 33872653b7..e12cc59ead 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.54.0", + "version": "1.55.0", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg",