This commit is contained in:
0x1eef 2024-04-25 23:41:55 -03:00
parent 46e18945ea
commit a87a897f38
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "myip.wtf",
"version": "0.4.1",
"version": "0.4.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "myip.wtf",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"

View file

@ -1,6 +1,6 @@
{
"name": "myip.wtf",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"

View file

@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "myip.wtf",
"version": "0.4.1",
"version": "0.4.2",
"description": "Relays information about your public IP address from myip.wtf to your browser.",
"action": {
"default_popup": "/html/browseraction.html"