From a4602e00a8c55fb48258c33612ab868ef0fc12ac Mon Sep 17 00:00:00 2001 From: Paul Tran-Van Date: Tue, 24 Dec 2024 15:50:03 +0100 Subject: [PATCH] chore: Bump version to 1.78.0 --- manifest.webapp | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 9149703936..d277009118 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -2,7 +2,7 @@ "name": "Drive", "name_prefix": "Cozy", "slug": "drive", - "version": "1.77.0", + "version": "1.78.0", "type": "webapp", "licence": "AGPL-3.0", "icon": "public/app-icon.svg", diff --git a/package.json b/package.json index 01bac35e1d..66a4c25f55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-drive", - "version": "1.77.0", + "version": "1.78.0", "main": "src/main.jsx", "scripts": { "build": "cozy-scripts build --barV7 false --cozyClientJs",