From 7a2c1c22b81c03257d39f715190fbc526eafe77f Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 29 Sep 2023 15:26:23 -0300 Subject: [PATCH] v0.2.0 --- VERSION | 2 +- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 04e1946..1474d00 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.3 +v0.2.0 diff --git a/package.json b/package.json index cfbd3ac..5cc115a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "photon", - "version": "0.1.3", + "version": "0.2.0", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/src/manifest.json b/src/manifest.json index 53a2dc4..025952b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Photon", - "version": "0.1.3", + "version": "0.2.0", "description": "Provides various information about your public IP address.", "action": { "default_popup": "/html/browseraction.html"