v0.4.0
This commit is contained in:
parent
28e5c37cb1
commit
c76c40af05
3 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.3.0
|
v0.4.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "myip.wtf",
|
"name": "myip.wtf",
|
||||||
"version": "0.3.1",
|
"version": "0.4.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": "myip.wtf",
|
"name": "myip.wtf",
|
||||||
"version": "0.3.1",
|
"version": "0.4.0",
|
||||||
"description": "Relays information about your public IP address from myip.wtf to your browser.",
|
"description": "Relays information about your public IP address from myip.wtf to your browser.",
|
||||||
"action": {
|
"action": {
|
||||||
"default_popup": "/html/browseraction.html"
|
"default_popup": "/html/browseraction.html"
|
||||||
|
|
Loading…
Reference in a new issue