diff --git a/package.json b/package.json index 911b5efa8c..eed94a7a2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-drive", - "version": "1.61.0", + "version": "1.62.0", "main": "src/main.jsx", "scripts": { "build": "yarn build:drive && yarn build:photos", @@ -102,11 +102,11 @@ "splashicon-generator": "0.2.12", "stylint": "1.5.9", "tar": "6.1.12", + "terser-webpack-plugin": "1.4.5", "testcafe": "2.0.2", "unzipper": "0.10.11", "visualreview-client": "git+https://github.com/cozy/VisualReview-node-client.git#v0.0.4", - "worker-loader": "2.0.0", - "terser-webpack-plugin": "1.4.5" + "worker-loader": "2.0.0" }, "dependencies": { "@cozy/minilog": "1.0.0", diff --git a/src/drive/targets/manifest.webapp b/src/drive/targets/manifest.webapp index 03a856f9ef..97eaf3e5ba 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.61.0", + "version": "1.62.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 75d48f2289..e636ad50f7 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 584295c910..8fd3fa24e2 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.61.0", + "version": "1.62.0", "displayName": "Cozy Drive", "cordova": { "platforms": [ diff --git a/src/photos/targets/manifest.webapp b/src/photos/targets/manifest.webapp index 20182254de..f29a5911c4 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.61.0", + "version": "1.62.0", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg",