From 6ef043a796d7537631964a4481da144bd0f3188d Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 24 Oct 2023 23:39:46 -0300 Subject: [PATCH] v0.2.1 --- README.md | 2 +- package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"