From 5c96a7f4cb80f4f6c0c4ab469a8fb93521e9abd4 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 25 Sep 2022 14:04:51 +0200 Subject: [PATCH] Bump 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 265968c..043258f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "name": "Rentgen", "short_name": "Rentgen", - "version": "0.1.9", + "version": "0.1.10", "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 7f28f88..e90d0c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rentgen", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rentgen", - "version": "0.1.9", + "version": "0.1.10", "license": "GPL-3.0-or-later", "dependencies": { "@iabtcf/core": "^1.3.1", diff --git a/package.json b/package.json index a197f67..3bcefc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rentgen", - "version": "0.1.9", + "version": "0.1.10", "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",