Skip to content

Commit

Permalink
Fix bug with buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Oct 22, 2020
1 parent 7a3eed1 commit 765b51a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/js/caffeinated.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const express = require("express");
const Store = require("electron-store");
const { ipcMain, BrowserWindow } = require("electron").remote;

const VERSION = "0.5.0-release";
const VERSION = "0.5.1-release";
const COLOR = "#FFFFFF";

const koi = new Koi("wss://api.casterlabs.co/v1/koi");
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Caffeinated",
"version": "0.5.0-release",
"version": "0.5.1-release",
"license": "MIT",
"author": "HelvijsAdams <support@casterlabs.co>",
"main": "main.js",
Expand Down Expand Up @@ -61,4 +61,4 @@
"electron": "^8.2.1",
"electron-builder": "latest"
}
}
}

0 comments on commit 765b51a

Please sign in to comment.