From e34ffbbc22b6ace0f88ad2fafbc5af1544d68d91 Mon Sep 17 00:00:00 2001 From: Christian Burkert Date: Wed, 28 Apr 2021 00:00:00 +0200 Subject: [PATCH] Release version 0.2.2 --- app/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index 16f45d7..997682e 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -3,7 +3,7 @@ "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "homepage_url": "https://github.com/EMPRI-DEVOPS/empri-browser-extension", - "version": "0.2.1", + "version": "0.2.2", "manifest_version": 2, "default_locale": "en", "icons": { diff --git a/package.json b/package.json index 8d91ce4..ee42f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GitHub-Timestamp-Privacy", - "version": "0.2.1", + "version": "0.2.2", "description": "Control precisions of timestamps shown on GitHub.", "scripts": { "dev": "webextension-toolbox dev",