diff --git a/package.json b/package.json index c8d6af8e89..8f7bae49db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-drive", - "version": "1.62.0", + "version": "1.63.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 a8c83f1ad7..e7198d1551 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.62.0", + "version": "1.63.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 e636ad50f7..ebbae2fcd0 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 8fd3fa24e2..984e0f5e15 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.62.0", + "version": "1.63.0", "displayName": "Cozy Drive", "cordova": { "platforms": [ diff --git a/src/photos/targets/manifest.webapp b/src/photos/targets/manifest.webapp index 4a007fc15d..dac6c6ae14 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.62.0", + "version": "1.63.0", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg",