aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2017-12-14 11:08:15 +0000
committerStephen Blott2017-12-14 11:08:15 +0000
commit797e25231b306403167f5a3f90d6cea6d9ba6dda (patch)
tree0444c0fdbae911e49c77a0dfceafb23b6b9566ab
parent1408c9c4b96e280faead06bff16235e7b9291b29 (diff)
downloadvimium-797e25231b306403167f5a3f90d6cea6d9ba6dda.tar.bz2
Change Dev to Canary.
-rw-r--r--Cakefile2
-rw-r--r--manifest.json2
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",