Skip to content

Commit 19b9ee9

Browse files
author
Luís Leite
committed
Version 0.9.4
1 parent abe28ec commit 19b9ee9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cso2-master-server",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"repository": "github:Ochii/cso2-master-server",
55
"description": "A master server for Nexon's Counter-Strike: Online 2",
66
"author": "Luís Leite",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { ServerInstance } from 'serverinstance'
1414
let masterServer: ServerInstance = null
1515

1616
program
17-
.version('0.9.3')
17+
.version('0.9.4')
1818
.option('-i, --ip-address [ip]', 'The IP address to be used by the server (don\'t use --interface with this)', null)
1919
.option('-I, --interface [intf]', 'The interface to be used by the server (don\'t use --ip-address with this)', null)
2020
.option('-p, --port-master [port]', 'The server\'s (TCP) port', 30001)

0 commit comments

Comments
 (0)