diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-21 07:25:33 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-21 07:25:33 +0300 |
commit | 2c33dbc8b9ed2b424ae5fd7d2c751758950f5d41 (patch) | |
tree | dfd3d9b4b2b1fb9dfa41c65205741b698c7275ee /src | |
parent | Added Liberapay (diff) | |
download | libredirect-2c33dbc8b9ed2b424ae5fd7d2c751758950f5d41.zip |
Bump version to 1.4.0
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 8abc84e2..662093af 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.4", + "version": "1.4.0", "manifest_version": 2, "background": { "page": "pages/background/background.html", |