From 45d87bc2a767bff4979fe59e743b7f5e013166d8 Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Fri, 15 Jul 2022 14:15:19 +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 7ab2a72..795e9f7 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "name": "Rentgen", "short_name": "Rentgen", - "version": "0.1.7", + "version": "0.1.8", "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 d09222c..74220da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rentgen", - "version": "0.1.7", + "version": "0.1.8", "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",