aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-02-15 12:50:43 -0500
committerTeddy Wing2015-02-15 12:50:43 -0500
commitb3326588fc730f4fe0e5f57f2efb729a879fa3cf (patch)
treeb187b26032b945a30f6c16c17f908389efbf23d3
parentf7e3afa86480274028315c23798b894ea083c06b (diff)
downloadchrome-copy-urls-from-all-tabs-b3326588fc730f4fe0e5f57f2efb729a879fa3cf.tar.bz2
Increase version 0.1.3 -> 0.2.0v0.2.0
-rw-r--r--CHANGELOG5
-rw-r--r--manifest.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ba2f01d..379efbd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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",