diff options
| author | Yuval Adam <_@yuv.al> | 2017-04-30 16:59:28 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-04-30 17:00:37 +0300 |
| commit | beb5fe77208c3cb2aaae86f2b4ae33be13557e55 (patch) | |
| tree | 146b20974952fe604c3928a7b48591ffbced2a9e | |
| parent | 1de3594900b646242a7ff9a7bcbe3163eb2fba0a (diff) | |
Bump version to v0.9.4 and attempt less ZIP compressionv0.9.4
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | manifest.json | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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: @@ -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", |
