diff options
| -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", | 
