diff options
| -rw-r--r-- | Cakefile | 2 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -85,7 +85,7 @@ task "package", "Builds a zip file for submission to the Chrome store. The outpu    spawn "zip", ["-r", "dist/vimium-#{vimium_version}.zip", "dist/vimium"], false, true    # Build the Chrome Store dev package. -  manifest.name = "Vimium Dev" +  manifest.name = "Vimium Canary"    manifest.description = "This is the development branch of Vimium (it is beta software)."    fs.writeFileSync distManifest, JSON.stringify manifest, null, 2    spawn "zip", ["-r", "dist/vimium-dev-#{vimium_version}.zip", "dist/vimium"], false, true diff --git a/manifest.json b/manifest.json index ad4f94ee..86223848 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@  {    "manifest_version": 2,    "name": "Vimium", -  "version": "1.62.2", +  "version": "1.62.3",    "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",    "icons": {  "16": "icons/icon16.png",                "48": "icons/icon48.png", | 
