From beb5fe77208c3cb2aaae86f2b4ae33be13557e55 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 30 Apr 2017 16:59:28 +0300 Subject: Bump version to v0.9.4 and attempt less ZIP compression --- Makefile | 2 +- README.md | 4 ++-- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 956c017..f108884 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ bump: sed -i 's/$(from)/$(to)/g' * package: - zip -r $(FILENAME).zip * + zip -0 -r $(FILENAME).zip * cp $(FILENAME).zip $(FILENAME)-unsigned.xpi clean: diff --git a/README.md b/README.md index 14b41c2..e757cbe 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Installation has to be done manually. I'm not interested in distributing this ex ### Firefox - 1. Download the [add-on XPI file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.3/free-haaretz.xpi) + 1. Download the [add-on XPI file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.4/free-haaretz.xpi) 2. Firefox should automatically identify the XPI file and request permission to install it. @@ -18,7 +18,7 @@ Installation has to be done manually. I'm not interested in distributing this ex ### Chrome / Chromium - 1. Download the [extension ZIP file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.3/free-haaretz.zip) + 1. Download the [extension ZIP file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.4/free-haaretz.zip) 2. Unzip the file. diff --git a/manifest.json b/manifest.json index ccd4647..a06be2c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Free Haaretz", - "version": "0.9.3", + "version": "0.9.4", "manifest_version": 2, "description": "A nefarious extension that easily bypasses the Haaretz paywall", "homepage_url": "https://github.com/yuvadm/free-haaretz", -- cgit v1.3.1