diff --git a/README.md b/README.md index 63e9094..93b4232 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## 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 extension's icon is clicked, the extension makes a request to the [clean.wtfismyip.com](https://clean.wtfismyip.com) diff --git a/package-lock.json b/package-lock.json index 2b3d037..40371b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "photon", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "photon", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0"