diff options
author | Jesús <heckyel@hyperbola.info> | 2020-05-02 17:57:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-05-02 17:57:24 -0500 |
commit | 76d3dc0287f1405ec1dd899f600c2e8fec76aab5 (patch) | |
tree | d56b8051d5f5b775a24e7c94a1fb126c2589716c | |
parent | 7089265ef44d3f568dc5cec37a862c44be160a06 (diff) | |
download | ematrix-76d3dc0287f1405ec1dd899f600c2e8fec76aab5.tar.lz ematrix-76d3dc0287f1405ec1dd899f600c2e8fec76aab5.tar.xz ematrix-76d3dc0287f1405ec1dd899f600c2e8fec76aab5.zip |
New version 3.1.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | install.rdf | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ # 2) It gives some flexibility in that files can be created or deleted # freely as long as they are not part of any of these lists -VERSION := 3.1.0 +VERSION := 3.1.1 help: @echo 'Makefile for generate eMatrix ' @@ -11,7 +11,7 @@ official add-ons websites, or by manually building the XPI. ## Download - curl "https://libregit.spks.xyz/heckyel/ematrix/raw/branch/archive/3.1.0/eMatrix-3.1.0.xpi" -o eMatrix-3.1.0.xpi + curl "https://libregit.spks.xyz/heckyel/ematrix/raw/branch/archive/3.1.0/eMatrix-3.1.1.xpi" -o eMatrix-3.1.1.xpi ### Iceweasel-UXP Addons diff --git a/install.rdf b/install.rdf index a7d5542..1e0dde9 100644 --- a/install.rdf +++ b/install.rdf @@ -22,7 +22,7 @@ <r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.mozilla.org/2004/em-rdf#"> <r:Description about="urn:mozilla:install-manifest"> <id>eMatrix@vannilla.org</id> - <version>3.1.0</version> + <version>3.1.1</version> <name>ηMatrix</name> <description>Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.</description> <!-- uMatrix homepageURL --> |