From d06d7d438991b576cb826adf1f86e520e7cc2cd2 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 29 Sep 2023 13:50:06 -0300 Subject: [PATCH] v0.1.3 --- VERSION | 2 +- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 5366600..04e1946 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.2 +v0.1.3 diff --git a/package.json b/package.json index 7232ce8..cfbd3ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "photon", - "version": "0.1.2", + "version": "0.1.3", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/src/manifest.json b/src/manifest.json index 8eed9db..53a2dc4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Photon", - "version": "0.1.2", + "version": "0.1.3", "description": "Provides various information about your public IP address.", "action": { "default_popup": "/html/browseraction.html"