From 78f6dbb7a6461b7c0e274b8563f493ab02531fd7 Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Fri, 15 Jul 2022 14:09:45 +0200 Subject: [PATCH] Bump version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d368a14..7ab2a72 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "name": "Rentgen", "short_name": "Rentgen", - "version": "0.1.6", + "version": "0.1.7", "author": "Kuba Orlik, Arkadiusz Wieczorek (Internet. Czas działać!)", "homepage_url": "https://git.internet-czas-dzialac.pl/icd/rentgen", "background": { diff --git a/package.json b/package.json index efbfd5a..d09222c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rentgen", - "version": "0.1.6", + "version": "0.1.7", "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",