From 741765303223ec6ce9483e0a9da4e020a382fb7e Mon Sep 17 00:00:00 2001 From: AXeL-dev Date: Wed, 25 Sep 2024 19:49:57 +0100 Subject: [PATCH] release: v2.8.2 :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 597af8a..324c10e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "distract-me-not", - "version": "2.8.1", + "version": "2.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "distract-me-not", - "version": "2.8.1", + "version": "2.8.2", "dependencies": { "bcryptjs": "^2.4.3", "copy-to-clipboard": "^3.3.3", diff --git a/package.json b/package.json index 72cf611..5407cd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "distract-me-not", - "version": "2.8.1", + "version": "2.8.2", "private": true, "dependencies": { "bcryptjs": "^2.4.3", diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index e91f2d6..e2e59a4 100644 --- a/public/manifest.firefox.json +++ b/public/manifest.firefox.json @@ -9,7 +9,7 @@ }, "name": "__MSG_appName__", - "version": "2.8.1", + "version": "2.8.2", "default_locale": "en", "description": "__MSG_appDesc__", diff --git a/public/manifest.json b/public/manifest.json index bd4829a..671d64b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", - "version": "2.8.1", + "version": "2.8.2", "default_locale": "en", "description": "__MSG_appDesc__",