diff --git a/coffee/utils.coffee b/coffee/utils.coffee index cedfc51..a8f2a41 100644 --- a/coffee/utils.coffee +++ b/coffee/utils.coffee @@ -1,5 +1,5 @@ g = this -g.VICHROME_VERSION = "0.6.0" +g.VICHROME_VERSION = "0.6.1" g.object = (obj) -> F = -> diff --git a/icons/128.png b/icons/128.png index 398dc0d..034b944 100644 Binary files a/icons/128.png and b/icons/128.png differ diff --git a/manifest.json b/manifest.json index 51014b9..f205f4c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Vichrome", - "version": "0.6.0", + "version": "0.6.1", "description": "vi like interface for Google Chrome™. For every Google Chrome™ user who hate using a mouse.", "background_page": "background.html", "options_page": "options.html", diff --git a/utils.js b/utils.js index 93088b8..27cbccf 100755 --- a/utils.js +++ b/utils.js @@ -7,7 +7,7 @@ return -1; }; g = this; - g.VICHROME_VERSION = "0.6.0"; + g.VICHROME_VERSION = "0.6.1"; g.object = function(obj) { var F; F = function() {};