diff options
author | nitrohorse <1514352+nitrohorse@users.noreply.github.com> | 2020-09-05 20:17:29 -0700 |
---|---|---|
committer | nitrohorse <1514352+nitrohorse@users.noreply.github.com> | 2020-09-05 20:17:29 -0700 |
commit | a8103915afd045193e690aff9cf7a485489df7f5 (patch) | |
tree | 4800cb743ba6c3a2f74a419457c2752b1629a446 | |
parent | Add support for the old Reddit design (diff) | |
download | libredirect-a8103915afd045193e690aff9cf7a485489df7f5.zip |
Bump manifest version
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index ea0756b3..4d5528c1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.41", + "version": "1.1.42", "manifest_version": 2, "background": { "scripts": ["background.js"], |