diff options
author | SimonBrazell <simon@brazell.com.au> | 2021-01-12 20:29:26 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2021-01-12 20:29:26 +1100 |
commit | bd783485a8063f470ae2aeb61de7d95c8091e1aa (patch) | |
tree | 2f442682aa73a7288764e66186fa2022b4ac0a42 /src/manifest.json | |
parent | Merge pull request #157 from TotalCaesar659/patch-1 (diff) | |
download | libredirect-bd783485a8063f470ae2aeb61de7d95c8091e1aa.zip |
Translate "Random instance (none selected)" (#158)
Diffstat (limited to 'src/manifest.json')
-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 5f9ff8c6..2e7d5a83 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.45", + "version": "1.1.46", "manifest_version": 2, "background": { "page": "pages/background/background.html", |