diff options
| author | Teddy Wing | 2017-12-20 00:36:26 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-12-20 00:39:40 +0100 |
| commit | 3517fe83596a919188330b7e13cf01e265b5250b (patch) | |
| tree | ca0d4fbf6c639588a7f71c4c5b6e90bef33207fe | |
| parent | 2487f7dfefe0f8b89eb910c18161cd01288fd28c (diff) | |
| download | chrome-copy-urls-from-all-tabs-3517fe83596a919188330b7e13cf01e265b5250b.tar.bz2 | |
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ CHANGELOG ========= +0.3.1 (2017.12.20): + * Fix bug that prevented installation on Windows as a result of the + pre-configured keyboard shortcut + 0.3.0 (2017.03.06): * Add a keyboard shortcut to download the file diff --git a/manifest.json b/manifest.json index 1561978..6ef660b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Chrome Copy URLs From All Tabs", "description": "What the name says", - "version": "0.3.0", + "version": "0.3.1", "icons": { "16": "images/icon-16.png", |
