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"