diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-09-01 17:26:23 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-09-01 17:26:23 +1000 |
commit | ae6f4f6a6cd9fbd5fe583f52782e94641c752706 (patch) | |
tree | 40d4d249cb5dadc3ab98cfe453fb8101a3a6c6cf /manifest.json | |
parent | Fixes #89 - autoplay reversed, improve instance selects (#90) (diff) | |
download | libredirect-ae6f4f6a6cd9fbd5fe583f52782e94641c752706.zip |
Randomise instances when empty (#48)
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 88be6e84..ea0756b3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.40", + "version": "1.1.41", "manifest_version": 2, "background": { "scripts": ["background.js"], |