From aa80a406ec92a0429b57fd1e70cdb6c64f3b69f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20N=C3=A9grel-Jerzy?= Date: Sun, 26 Sep 2021 02:01:24 +0200 Subject: [PATCH] v1.2.0 --- build/app/package.json | 2 +- src/renderer/components/ContextMessages.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/app/package.json b/build/app/package.json index e9986c8..d33340c 100644 --- a/build/app/package.json +++ b/build/app/package.json @@ -1,7 +1,7 @@ { "name": "slashboard", "productName": "Slashboard", - "version": "1.1.2", + "version": "1.2.0", "description": "Electron app to monitor personal server statuses in real time", "main": "./dist/main/main.js", "author": { diff --git a/src/renderer/components/ContextMessages.tsx b/src/renderer/components/ContextMessages.tsx index eeb1ddb..8f19ba0 100644 --- a/src/renderer/components/ContextMessages.tsx +++ b/src/renderer/components/ContextMessages.tsx @@ -106,8 +106,8 @@ const InvalidKey = () => { pairing key is invalid and needs to be updated.

- Try retrieving the pairing key from the key.txt file in Pulsar's - root directory, then changing it on the client. + Try retrieving the pairing key from the configuration file in + Pulsar's root directory, then changing it on the client.