From f3ba2f41bc8f23dd4b59752a971189a8265ddb12 Mon Sep 17 00:00:00 2001 From: cballevre Date: Thu, 22 Aug 2024 15:32:54 +0200 Subject: [PATCH] feat: Bump version to 1.74.0 --- manifest.webapp | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 22d56eeb64..be25618a17 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -2,7 +2,7 @@ "name": "Drive", "name_prefix": "Cozy", "slug": "drive", - "version": "1.73.0", + "version": "1.74.0", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg", diff --git a/package.json b/package.json index 2a808a5717..193d3682a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-drive", - "version": "1.73.0", + "version": "1.74.0", "main": "src/main.jsx", "scripts": { "build": "cozy-scripts build --barV7 false --cozyClientJs",