diff --git a/manifest.webapp b/manifest.webapp index f64921d8d6..83b6f0abfa 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -2,7 +2,7 @@ "name": "Drive", "name_prefix": "Cozy", "slug": "drive", - "version": "1.72.0", + "version": "1.73.1", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg", diff --git a/package.json b/package.json index e848738a63..57d55c063a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-drive", - "version": "1.72.0", + "version": "1.73.1", "main": "src/main.jsx", "scripts": { "build": "cozy-scripts build --barV7 false --cozyClientJs",