From c115c14be22091268275937861f1eecd08e5edae Mon Sep 17 00:00:00 2001 From: cballevre Date: Thu, 22 Aug 2024 15:41:04 +0200 Subject: [PATCH] feat: Bump version to 1.40.0 --- manifest.webapp | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 9cc263cd..4874fbcd 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -4,7 +4,7 @@ "slug": "notes", "icon": "icon.svg", "categories": ["cozy"], - "version": "1.39.0", + "version": "1.40.0", "licence": "AGPL-3.0", "editor": "Cozy", "source": "https://github.com/cozy/cozy-notes.git@build", diff --git a/package.json b/package.json index cdc4a9b7..06df5625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-notes", - "version": "1.39.0", + "version": "1.40.0", "scripts": { "analyze": "COZY_SCRIPTS_ANALYZER=true yarn build", "build": "cs build --barV7 false",