aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-02-15 12:14:23 -0500
committerTeddy Wing2015-02-15 12:14:23 -0500
commitad5127d12d3d5449075a0c3934eb524c4beb55db (patch)
treea5ff68ba3b5bf90a252a6c3a64f56a0a3345c702
parent19ad437d9891628937f6b2ca98e7ee50bfa5809a (diff)
downloadchrome-copy-urls-from-all-tabs-ad5127d12d3d5449075a0c3934eb524c4beb55db.tar.bz2
Increase version 0.1.2 -> 0.1.3v0.1.3
-rw-r--r--CHANGELOG3
-rw-r--r--manifest.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9813ef0..ba2f01d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
CHANGELOG
=========
+0.1.3 (2015.02.15):
+ * Fix error calling `.value` on null `textarea`
+
0.1.2 (2014.06.22):
* Fix bug where single quotes in page titles weren't escaped globally for
YAML export
diff --git a/manifest.json b/manifest.json
index f544e69..c0dccd9 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.2",
+ "version": "0.1.3",
"icons": {
"16": "images/icon-16.png",