diff options
author | alefvanoon <53198048+alefvanoon@users.noreply.github.com> | 2022-02-13 18:39:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 18:39:58 +0000 |
commit | 962ab6f2e05034bf8171da890911b5873ddb8759 (patch) | |
tree | d0b73284dede529cc33841aef334e7dba02c2ad2 | |
parent | fixed a typo #28 (diff) | |
download | libredirect-962ab6f2e05034bf8171da890911b5873ddb8759.zip |
Bump version
Diffstat (limited to '')
-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 f4bc091f..eb94ea0f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.2", + "version": "1.3.3", "manifest_version": 2, "background": { "page": "pages/background/background.html", |