diff --git a/manifest.webapp b/manifest.webapp index be25618a17..56ffbc3eee 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -2,7 +2,7 @@ "name": "Drive", "name_prefix": "Cozy", "slug": "drive", - "version": "1.74.0", + "version": "1.75.0", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg", diff --git a/package.json b/package.json index 5ee6f1fe2c..af2279581d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-drive", - "version": "1.74.0", + "version": "1.75.0", "main": "src/main.jsx", "scripts": { "build": "cozy-scripts build --barV7 false --cozyClientJs",