Skip to content

Commit

Permalink
Update to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b0ink committed Jan 23, 2023
1 parent 6a05da3 commit bdd484f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.0";
const APP_VERSION = "1.2.1";

const { win, BrowserWindow, app } = require("electron");
const Preferences = require("./Controllers/Preferences");
Expand Down
16 changes: 8 additions & 8 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.0",
"version": "1.2.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 bdd484f

Please sign in to comment.