From 0fec1595662452c5a0aa9298cea46b634308dfb8 Mon Sep 17 00:00:00 2001 From: Mitch Wasson Date: Wed, 1 Jul 2020 09:38:06 -0600 Subject: [PATCH] Bump version to 0.0.2 for Fixefox submission --- NOTICES | 4 ++-- manifests/firefox/manifest.json | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NOTICES b/NOTICES index d4622eb..13ae86a 100644 --- a/NOTICES +++ b/NOTICES @@ -4,8 +4,8 @@ What follows are the names, source code locations and licenses for the Weaklayer ================================================================================================= Weaklayer Sensor -version 0.0.1 -source: https://github.com/weaklayer/sensor/tree/v0.0.1 +version 0.0.2 +source: https://github.com/weaklayer/sensor/tree/v0.0.2 Weaklayer Sensor is available under the terms of the GNU Affero General Public License (GNU AGPL). A copy of this license is present in the LICENSE file. diff --git a/manifests/firefox/manifest.json b/manifests/firefox/manifest.json index 9bdf29a..ae2bda2 100644 --- a/manifests/firefox/manifest.json +++ b/manifests/firefox/manifest.json @@ -7,7 +7,7 @@ }, "name": "Weaklayer Sensor", "author": "Weaklayer", - "version": "0.0.1", + "version": "0.0.2", "description": "Browser Detection and Response", "manifest_version": 2, "icons": { diff --git a/package-lock.json b/package-lock.json index 4334ad9..c446216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@weaklayer/sensor", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a13deb2..3ee415e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@weaklayer/sensor", "description": "Browser Detection and Response", - "version": "0.0.1", + "version": "0.0.2", "license": "AGPL-3.0-or-later", "private": true, "files": [ @@ -39,4 +39,4 @@ "uuid": "8.2.0", "webextension-polyfill": "0.6.0" } -} \ No newline at end of file +}