diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-13 22:05:09 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-13 22:05:09 +0300 |
commit | 1f2fa608d7f3025038285ea7343fda76afc8df3e (patch) | |
tree | cca77acf96f09e58e001c736cc3a96b9eaa65332 /src | |
parent | Fixed a bug in reddit options page (diff) | |
parent | Bump version (diff) | |
download | libredirect-1f2fa608d7f3025038285ea7343fda76afc8df3e.zip |
Merge branch 'master' of https://github.com/libredirect/libredirect
Diffstat (limited to 'src')
-rw-r--r-- | src/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index f4bc091f..eb94ea0f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.2", + "version": "1.3.3", "manifest_version": 2, "background": { "page": "pages/background/background.html", |