diff options
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ CHANGELOG ========= +0.2.0 (2015.02.15): + * Add an option to change the downloaded filename prefix + * README: update installation instructions + * Clean up a couple lines in the code that didn't make sense + 0.1.3 (2015.02.15): * Fix error calling `.value` on null `textarea` diff --git a/manifest.json b/manifest.json index c0dccd9..1dca7ac 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.1.3", + "version": "0.2.0", "icons": { "16": "images/icon-16.png", |
