Skip to content

Commit

Permalink
Version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Luís Leite committed May 14, 2019
1 parent 96ecb75 commit b0bdd71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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": "cso2-master-server",
"version": "0.9.4",
"version": "0.9.5",
"repository": "github:Ochii/cso2-master-server",
"description": "A master server for Nexon's Counter-Strike: Online 2",
"author": "Luís Leite",
Expand Down
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ServerInstance } from 'serverinstance'
let masterServer: ServerInstance = null

program
.version('0.9.4')
.version('0.9.5')
.option('-i, --ip-address [ip]', 'The IP address to be used by the server (don\'t use --interface with this)', null)
.option('-I, --interface [intf]', 'The interface to be used by the server (don\'t use --ip-address with this)', null)
.option('-p, --port-master [port]', 'The server\'s (TCP) port', 30001)
Expand Down

0 comments on commit b0bdd71

Please sign in to comment.