From 3125664816e427ea19285d3f1e4b85af95548431 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 17 Aug 2017 15:17:37 +0100 Subject: For Firefox, prune more files and bump subversion number to 1.59.2. --- Cakefile | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cakefile b/Cakefile index eb48bf73..a106365a 100644 --- a/Cakefile +++ b/Cakefile @@ -160,5 +160,5 @@ task "coverage", "generate coverage report", -> task "zip", "build Firefox zip file in ../vimium.zip", -> spawn "zip", "-r -FS ../vimium.zip background_scripts Cakefile content_scripts CONTRIBUTING.md CREDITS icons lib - manifest.json MIT-LICENSE.txt pages README.md -x *.coffee".split /\s+/ + manifest.json MIT-LICENSE.txt pages README.md -x *.coffee -x Cakefile -x CREDITS -x *.md".split /\s+/ diff --git a/manifest.json b/manifest.json index 792bc5ab..8756bfac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.59.1", + "version": "1.59.2", "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