Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BSoDium committed Sep 26, 2021
1 parent 57b7400 commit aa80a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/components/ContextMessages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ const InvalidKey = () => {
pairing key is invalid and needs to be updated.
</p>
<p className="h-bold" style={{ color: 'rgb(0, 255, 0)' }}>
Try retrieving the pairing key from the key.txt file in Pulsar&apos;s
root directory, then changing it on the client.
Try retrieving the pairing key from the configuration file in
Pulsar&apos;s root directory, then changing it on the client.
</p>
</div>
<Link to="/">
Expand Down

0 comments on commit aa80a40

Please sign in to comment.