about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-02-21 21:40:25 +0300
committerManeraKai <manerakai@protonmail.com>2022-02-21 21:40:25 +0300
commit10aafa61968126a4ebbb094efcb0f4f13ebe6d4d (patch)
treecc65a9b4c97a3a2640f8564108c707694f4d67e1 /src
parentfix libredirect not working at all #55 (diff)
downloadlibredirect-10aafa61968126a4ebbb094efcb0f4f13ebe6d4d.zip
Bump version to 1.4.1
Diffstat (limited to 'src')
-rw-r--r--src/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 662093af..81a2e636 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,7 +1,7 @@
 {
   "name": "__MSG_extensionName__",
   "description": "__MSG_extensionDescription__",
-  "version": "1.4.0",
+  "version": "1.4.1",
   "manifest_version": 2,
   "background": {
     "page": "pages/background/background.html",