diff options
author | alefvanoon <53198048+alefvanoon@users.noreply.github.com> | 2022-02-06 15:01:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 15:01:57 +0000 |
commit | b662a4a5858dfd4a2a9715d27a8e6641a6d6ce6a (patch) | |
tree | 96f487a42ab12d0f1960d7abb130f80f8c068e2f /src | |
parent | Finished adding default & custom instances (diff) | |
download | libredirect-b662a4a5858dfd4a2a9715d27a8e6641a6d6ce6a.zip |
Bump version
Diffstat (limited to 'src')
-rw-r--r-- | src/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manifest.json b/src/manifest.json index ce7bd608..6538e7d5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.2.2", + "version": "1.3", "manifest_version": 2, "background": { "page": "pages/background/background.html", @@ -55,4 +55,4 @@ "strict_min_version": "67.0" } } -} \ No newline at end of file +} |