From 9fcea6e4f147f419172f45960fa9a592f8a8f48d Mon Sep 17 00:00:00 2001 From: cballevre Date: Thu, 1 Aug 2024 15:42:30 +0200 Subject: [PATCH] feat: Bump version to 1.39.0 --- manifest.webapp | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index f84ba329..9cc263cd 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -4,7 +4,7 @@ "slug": "notes", "icon": "icon.svg", "categories": ["cozy"], - "version": "1.38.0", + "version": "1.39.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 aa87ba90..b82728f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-notes", - "version": "1.38.0", + "version": "1.39.0", "scripts": { "analyze": "COZY_SCRIPTS_ANALYZER=true yarn build", "build": "cs build --barV7 false",