Skip to content

Commit

Permalink
Update to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b0ink committed Jan 24, 2023
1 parent 06f34aa commit 2e9c0a1
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const APP_VERSION = "1.2.1";
const APP_VERSION = "1.3.1";

const { win, BrowserWindow, app } = require("electron");
const Preferences = require("./Controllers/Preferences");
Expand Down
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csgo-chaos-mod-voting",
"version": "1.2.1",
"version": "1.3.1",
"description": "Connects your Twitch and YouTube account to your CS:GO server to pull votes and display a voting overlay",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit 2e9c0a1

Please sign in to comment.