From 57a61b1854ce51cedeee32c0d509badd9a5403f7 Mon Sep 17 00:00:00 2001 From: Philipp Kewisch Date: Tue, 10 Oct 2023 11:18:07 +0200 Subject: [PATCH] chore: Release 2.7.0 --- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56241f7..fc8bee9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quickmove", - "version": "2.6.9", + "version": "2.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "quickmove", - "version": "2.6.9", + "version": "2.7.0", "license": "MPL-2.0", "devDependencies": { "@commitlint/cli": "^17.6.5", diff --git a/package.json b/package.json index 833fe49..e194163 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "quickmove", "description": "Quick Folder Move", - "version": "2.6.9", + "version": "2.7.0", "private": true, "author": "Philipp Kewisch ", "license": "MPL-2.0", diff --git a/src/manifest.json b/src/manifest.json index b9ab3cc..e113a10 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "2.6.9", + "version": "2.7.0", "default_locale": "en", "author": "Philipp Kewisch", "browser_specific_settings": {