From 3910b5c67ebe407cbe7c21824c009df2bed943b8 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Mon, 12 Sep 2022 11:44:29 +0200 Subject: [PATCH] Update version --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 795e9f7..265968c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "name": "Rentgen", "short_name": "Rentgen", - "version": "0.1.8", + "version": "0.1.9", "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 a77b69d..7f28f88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rentgen", - "version": "0.1.7", + "version": "0.1.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rentgen", - "version": "0.1.7", + "version": "0.1.9", "license": "GPL-3.0-or-later", "dependencies": { "@iabtcf/core": "^1.3.1", diff --git a/package.json b/package.json index 74220da..a197f67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rentgen", - "version": "0.1.8", + "version": "0.1.9", "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",