From e31c4faa04aaa6ce1c28a137df0a96356a3029f4 Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Sat, 9 Jul 2022 21:54:03 +0200 Subject: [PATCH] Bump version --- README.md | 26 ++++++++++++++++++++++++-- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 28 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ac8efcd..4a98436 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,33 @@ Rentgen to wtyczka dla przeglądarek opartych o Firefoxa, która automatycznie wizualizuje, jakie dane zostały ~~wykradzione~~ wysłane do podmiotów trzecich przez odwiedzane strony. -Rentgen is an add-on prepared for Firefox based browsers. This extension will automatically visualize all the data that a given website ~~steals~~ sends to third parties. +## Funkcje Rentgena: + + + +## English description + +English: Rentgen is an add-on prepared for Firefox based browsers. This extension will automatically visualize all the data that a given website ~~steals~~ sends to third parties. Note: At the moment, we support Polish language because this extension generates mail content that is dedicated to Polish website owners. In further versions of this add-on, we will add other languages as well. -## How build and run add-on +## How to build and run add-on 1. Prepare node 16.x+ and npm 7.x+ 2. `npm install` diff --git a/manifest.json b/manifest.json index 2de9cae..3b4c32f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "name": "Rentgen", "short_name": "Rentgen", - "version": "0.1.1", + "version": "0.1.2", "author": "Kuba Orlik, Arkadiusz Wieczorek (Internet. Czas działać!)", "homepage_url": "https://git.internet-czas-dzialac.pl/icd/rentgen", "background": { diff --git a/package-lock.json b/package-lock.json index 9d72595..3ce5d34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rentgen", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rentgen", - "version": "0.1.0", + "version": "0.1.2", "license": "GPL-3.0-or-later", "dependencies": { "@iabtcf/core": "^1.3.1", diff --git a/package.json b/package.json index 5024136..419a41f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rentgen", - "version": "0.1.1", + "version": "0.1.2", "description": "Rentgen is an add-on prepared for Firefox based browsers. This extension will automatically visualize all the data that a given website sends to third parties.", "main": "esbuild.config.js", "type": "module",