Skip to content

Commit

Permalink
1.0-beta2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Jan 2, 2021
1 parent c971c0a commit 1a94d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/caffeinated.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { app, ipcRenderer } = require("electron");
const { ipcMain, BrowserWindow } = require("electron").remote;
const windowStateKeeper = require("electron-window-state");

const PROTOCOLVERSION = 10;
const VERSION = "1.0-alpha4";
const PROTOCOLVERSION = 11;
const VERSION = "1.0-beta2";

const koi = new Koi("wss://api.casterlabs.co/v2/koi");

Expand Down

0 comments on commit 1a94d29

Please sign in to comment.