From 487885d96b70c7a0494eab5e51518ecff5e843f8 Mon Sep 17 00:00:00 2001 From: AXeL-dev Date: Wed, 23 Feb 2022 14:01:19 +0100 Subject: [PATCH] release: v2.6.1 :tada: --- package-lock.json | 4 ++-- package.json | 2 +- public/manifest.firefox.json | 2 +- public/manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 324a70c..9044ed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "distract-me-not", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "distract-me-not", - "version": "2.6.0", + "version": "2.6.1", "dependencies": { "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.3", diff --git a/package.json b/package.json index 044b43d..0015cf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "distract-me-not", - "version": "2.6.0", + "version": "2.6.1", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.16.2", diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index eb2d314..b98c00e 100644 --- a/public/manifest.firefox.json +++ b/public/manifest.firefox.json @@ -9,7 +9,7 @@ }, "name": "__MSG_appName__", - "version": "2.6.0", + "version": "2.6.1", "default_locale": "en", "description": "__MSG_appDesc__", diff --git a/public/manifest.json b/public/manifest.json index 510a001..92c1a99 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", - "version": "2.6.0", + "version": "2.6.1", "default_locale": "en", "description": "__MSG_appDesc__",