From 104b5a9c3716c71ab1e9141139ee262007eeaf2a Mon Sep 17 00:00:00 2001 From: AlexisG Date: Thu, 5 Dec 2024 14:28:35 +0100 Subject: [PATCH] chore: Bump to 1.76.0 --- manifest.webapp | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 56ffbc3eee..de20756b20 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -2,7 +2,7 @@ "name": "Drive", "name_prefix": "Cozy", "slug": "drive", - "version": "1.75.0", + "version": "1.76.0", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg", diff --git a/package.json b/package.json index 5b90bda8b8..67ae62b37a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-drive", - "version": "1.75.0", + "version": "1.76.0", "main": "src/main.jsx", "scripts": { "build": "cozy-scripts build --barV7 false --cozyClientJs",