From 91c1eebbf1b259b9c5597f7d5f4b915f3e691715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Sat, 21 Sep 2019 15:02:33 +0100 Subject: [PATCH] rename the project --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- public/index.html | 4 ++-- src/App.vue | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 70b5a34..1016b6b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kinspector +# kinspect Small tool to quickly inspect the details of public PGP keys. diff --git a/package-lock.json b/package-lock.json index 7db96d5..ab7f744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "kinspector", + "name": "kinspect", "version": "0.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index c98803c..9699941 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "kinspector", + "name": "kinspect", "version": "0.1.0", "private": true, "scripts": { diff --git a/public/index.html b/public/index.html index 45aeaaf..e08b59d 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - kinspector - Check the details of any PGP public key + kinspect - Check the details of any PGP public key diff --git a/src/App.vue b/src/App.vue index 07b2502..2bf3650 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,14 +2,14 @@ - kinspector - + kinspect - Check the details of any PGP key Swicth to {{darkTheme ? "light theme" : "dark theme"}} - + Check source code @@ -23,7 +23,7 @@
Developed by Gonçalo Valério | License: - AGPL + AGPL