v0.2.0
This commit is contained in:
parent
7f15dceef7
commit
7a2c1c22b8
3 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.1.3
|
v0.2.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "photon",
|
"name": "photon",
|
||||||
"version": "0.1.3",
|
"version": "0.2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Photon",
|
"name": "Photon",
|
||||||
"version": "0.1.3",
|
"version": "0.2.0",
|
||||||
"description": "Provides various information about your public IP address.",
|
"description": "Provides various information about your public IP address.",
|
||||||
"action": {
|
"action": {
|
||||||
"default_popup": "/html/browseraction.html"
|
"default_popup": "/html/browseraction.html"
|
||||||
|
|
Loading…
Reference in a new issue