diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-11-08 15:16:52 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-11-08 15:16:52 +1100 |
commit | bdb3be921c6cbfba599750ad462f4e26db6cc568 (patch) | |
tree | 62e137ad2aac612a3268ad112e0e1531fe273d75 /manifest.json | |
parent | Merge pull request #102 from nitrohorse/add-old-reddit-support (diff) | |
download | libredirect-bdb3be921c6cbfba599750ad462f4e26db6cc568.zip |
Fixes #119 - Change zh-CN to zh_CN.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 4d5528c1..0fc6f104 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.42", + "version": "1.1.43", "manifest_version": 2, "background": { "scripts": ["background.js"], |