v0.2.1
This commit is contained in:
parent
46641a6386
commit
6ef043a796
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Photon is a Google Chrome extension that provides information about
|
Photon is a Chromium extension that provides information about
|
||||||
the public IP address you are using to connect to the internet. When
|
the public IP address you are using to connect to the internet. When
|
||||||
the extension's icon is clicked, the extension makes a request to the
|
the extension's icon is clicked, the extension makes a request to the
|
||||||
[clean.wtfismyip.com](https://clean.wtfismyip.com)
|
[clean.wtfismyip.com](https://clean.wtfismyip.com)
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "photon",
|
"name": "photon",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "photon",
|
"name": "photon",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
|
|
Loading…
Reference in a new issue