diff options
| author | Teddy Wing | 2015-02-15 12:50:43 -0500 | 
|---|---|---|
| committer | Teddy Wing | 2015-02-15 12:50:43 -0500 | 
| commit | b3326588fc730f4fe0e5f57f2efb729a879fa3cf (patch) | |
| tree | b187b26032b945a30f6c16c17f908389efbf23d3 | |
| parent | f7e3afa86480274028315c23798b894ea083c06b (diff) | |
| download | chrome-copy-urls-from-all-tabs-b3326588fc730f4fe0e5f57f2efb729a879fa3cf.tar.bz2 | |
Increase version 0.1.3 -> 0.2.0v0.2.0
| -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", | 
