summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-04-30 16:59:28 +0300
committerYuval Adam <_@yuv.al>2017-04-30 17:00:37 +0300
commitbeb5fe77208c3cb2aaae86f2b4ae33be13557e55 (patch)
tree146b20974952fe604c3928a7b48591ffbced2a9e
parent1de3594900b646242a7ff9a7bcbe3163eb2fba0a (diff)
Bump version to v0.9.4 and attempt less ZIP compressionv0.9.4
-rw-r--r--Makefile2
-rw-r--r--README.md4
-rw-r--r--manifest.json2
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",