Skip to content

Commit

Permalink
bumped version number to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0neGal committed Feb 7, 2023
1 parent dde66c7 commit 67c0fcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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,7 +1,7 @@
{
"name": "viper",
"productName": "Viper",
"version": "1.6.3",
"version": "1.7.0",
"description": "Launcher+Updater for TF|2 Northstar",
"main": "src/index.js",
"build": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async function init() {
// --update
if (cli.hasSwitch("update") && gamepathExists()) {ipcMain.emit("update")}
// --version
if (cli.hasSwitch("version") && gamepathExists()) {ipcMain.emit("versioncli")}
if (cli.hasSwitch("version") && gamepathExists()) {ipcMain.emit("version-cli")}

// --setpath
if (cli.hasSwitch("setpath")) {
Expand Down

0 comments on commit 67c0fcd

Please sign in to comment.