diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-07-30 22:40:36 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-07-30 22:40:36 +1000 |
commit | 28c9ee8a0d21d6893270b3164845a27fb9aeebbd (patch) | |
tree | e38434e64a21d088945c9cb4ee476423abaf6384 /manifest.json | |
parent | Merge pull request #83 from realpixelcode/master (diff) | |
download | libredirect-28c9ee8a0d21d6893270b3164845a27fb9aeebbd.zip |
Closes #82, closes #84.
Diffstat (limited to '')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 1e408456..d49fc9b9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.37", + "version": "1.1.38", "manifest_version": 2, "background": { "scripts": ["background.js"], |