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",