v0.5.0
This commit is contained in:
parent
8a8cecd4bb
commit
c0c41a0ee1
6 changed files with 9 additions and 8 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
build/
|
||||
node_modules/
|
||||
/build/
|
||||
/node_modules/
|
||||
/web-ext-artifacts/
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "myip.wtf",
|
||||
"version": "0.4.2",
|
||||
"version": "0.5.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "myip.wtf",
|
||||
"version": "0.4.2",
|
||||
"version": "0.5.0",
|
||||
"dependencies": {
|
||||
"preact": "^10.23.2"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "myip.wtf",
|
||||
"version": "0.4.2",
|
||||
"version": "0.5.0",
|
||||
"webExt": {
|
||||
"sourceDir": "build/production"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: org -*-
|
||||
|
||||
** vNEXT
|
||||
** v0.5.0
|
||||
|
||||
**** Replace React with preact
|
||||
This change replaces React with a lightweight alternative
|
||||
|
|
BIN
share/myip.wtf/xpi/myip.wtf-v0.5.0.xpi
Normal file
BIN
share/myip.wtf/xpi/myip.wtf-v0.5.0.xpi
Normal file
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "myip.wtf",
|
||||
"version": "0.4.2",
|
||||
"description": "Relays information about your public IP address from myip.wtf to your browser.",
|
||||
"version": "0.5.0",
|
||||
"description": "Relays information about your public IP address from clean.myip.wtf to your browser",
|
||||
"action": {
|
||||
"default_popup": "/html/browseraction.html"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue