From 797e25231b306403167f5a3f90d6cea6d9ba6dda Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 14 Dec 2017 11:08:15 +0000 Subject: Change Dev to Canary. --- Cakefile | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cakefile b/Cakefile index dbe63707..739918e1 100644 --- a/Cakefile +++ b/Cakefile @@ -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", -- cgit v1.2.3