diff options
| author | Teddy Wing | 2014-12-14 14:28:41 -0500 |
|---|---|---|
| committer | Teddy Wing | 2014-12-14 14:28:41 -0500 |
| commit | 2b1effe9b857a326b22a21ec07b1de0777a070d9 (patch) | |
| tree | 5bab23493e14d4d5834450ab7f2468761973ec3a | |
| parent | 6c34918ec98aedcbfd0778584ed25401435194bb (diff) | |
| download | chrome-youtube-tooltipise-titles-2b1effe9b857a326b22a21ec07b1de0777a070d9.tar.bz2 | |
manifest.json: Increase to v0.0.2v0.0.2
Update fixes bug where new videos loaded via AJAX would not be
tooltipised.
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 792bdb2..73010bc 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "YouTube Tooltipise Titles", "description": "Add title tooltips to video titles on YouTube so you can read them even after ellipsis truncation", - "version": "0.0.1", + "version": "0.0.2", "content_scripts": [ { |
