diff options
author | alefvanoon <53198048+alefvanoon@users.noreply.github.com> | 2022-02-06 19:06:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 19:06:10 +0000 |
commit | 93fce2d85a2d5211f4f0556057e4fb9d93f4d489 (patch) | |
tree | 0274f7d07a7c50b87caf9ed8de826ea375d22542 /src | |
parent | Fixed typos (diff) | |
download | libredirect-93fce2d85a2d5211f4f0556057e4fb9d93f4d489.zip |
Bump version
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 6538e7d5..764650ae 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3", + "version": "1.3.1", "manifest_version": 2, "background": { "page": "pages/background/background.html", |