diff options
author | alefvanoon <53198048+alefvanoon@users.noreply.github.com> | 2022-01-27 13:07:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 13:07:56 +0100 |
commit | 6000095212c3f1c4c1f1a68a63ae043533067d4d (patch) | |
tree | 4046c1bdac3dc6eb471dd8b067d71b102a3f1045 | |
parent | Updating and Cleaning UI #9 (diff) | |
download | libredirect-6000095212c3f1c4c1f1a68a63ae043533067d4d.zip |
Bump version
-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 a37e298b..4ea3fea1 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.49", + "version": "1.2", "manifest_version": 2, "background": { "page": "pages/background/background.html", |