diff options
author | alefvanoon <alefvanoon@tuta.io> | 2022-01-30 20:02:24 +0330 |
---|---|---|
committer | alefvanoon <alefvanoon@tuta.io> | 2022-01-30 20:02:24 +0330 |
commit | f1825310b8eac9c29a315019206c2323673c9446 (patch) | |
tree | c604d3be11e2722744ca76bf4a6e2cfe191d4468 | |
parent | remove snew (diff) | |
download | libredirect-f1825310b8eac9c29a315019206c2323673c9446.zip |
Bump version
-rw-r--r-- | src/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manifest.json b/src/manifest.json index 451383d6..fad22bfc 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.2.1", + "version": "1.2.2", "manifest_version": 2, "background": { "page": "pages/background/background.html", @@ -101,4 +101,4 @@ "strict_min_version": "67.0" } } -} \ No newline at end of file +} |