diff options
author | SimonBrazell <simon@brazell.com.au> | 2021-07-10 09:47:41 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2021-07-10 09:47:41 +1000 |
commit | 8a21b62478394461601f50341fd054220bd7a6d5 (patch) | |
tree | 70fde6047cfb6261275c667f63f8530cd35f5cd4 /src | |
parent | Closes #242: remove "new" tag from SimplyTranslate. (diff) | |
download | libredirect-8a21b62478394461601f50341fd054220bd7a6d5.zip |
Bump version & update dependencies.
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 63266ab8..c83e75b4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.47", + "version": "1.1.48", "manifest_version": 2, "background": { "page": "pages/background/background.html", |