diff options
author | Jesús <heckyel@hyperbola.info> | 2022-04-06 11:33:42 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-04-06 11:33:42 +0800 |
commit | c60562915884ae22a99a71e2f4d003fb2fa7e5d0 (patch) | |
tree | 31d175dbe495575f3cc85929d0202232df4efd3b | |
parent | 8107a7c06ef8fd13490887748fa31b600cf31b62 (diff) | |
download | ematrix-master.tar.lz ematrix-master.tar.xz ematrix-master.zip |
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | install.rdf | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,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.3 +VERSION := 3.1.4 help: @echo 'Makefile for generate eMatrix ' diff --git a/install.rdf b/install.rdf index aa68011..be2ae90 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.3</version> + <version>3.1.4</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 --> |