about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-01-29 21:02:17 +0300
committerManeraKai <manerakai@protonmail.com>2022-01-29 21:02:17 +0300
commit2050c571a9b0c7a6bdbadbca5230e114d2352a38 (patch)
treefb10c647ed6c87d6aac2d6f776204d27e4a3c74f /src
parentFixed bug in pageAction (diff)
parentBump version (diff)
downloadlibredirect-2050c571a9b0c7a6bdbadbca5230e114d2352a38.zip
Merge branch 'master' of https://github.com/libredirect/LibRedirect
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 0edce604..419edeb8 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,7 +1,7 @@
 {
   "name": "__MSG_extensionName__",
   "description": "__MSG_extensionDescription__",
-  "version": "1.2",
+  "version": "1.2.1",
   "manifest_version": 2,
   "background": {
     "page": "pages/background/background.html",