diff options
| author | Teddy Wing | 2015-02-15 12:14:23 -0500 |
|---|---|---|
| committer | Teddy Wing | 2015-02-15 12:14:23 -0500 |
| commit | ad5127d12d3d5449075a0c3934eb524c4beb55db (patch) | |
| tree | a5ff68ba3b5bf90a252a6c3a64f56a0a3345c702 | |
| parent | 19ad437d9891628937f6b2ca98e7ee50bfa5809a (diff) | |
| download | chrome-copy-urls-from-all-tabs-ad5127d12d3d5449075a0c3934eb524c4beb55db.tar.bz2 | |
Increase version 0.1.2 -> 0.1.3v0.1.3
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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", |
