Preparando para versão v1.1
This commit is contained in:
parent
06c5ebb095
commit
e93b425107
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -30,7 +30,7 @@ const Pontos = require('./pontuação.js');
|
||||||
|
|
||||||
var vars = JSON.parse(fs.readFileSync('config.json', 'UTF8')).variáveis;
|
var vars = JSON.parse(fs.readFileSync('config.json', 'UTF8')).variáveis;
|
||||||
|
|
||||||
var versão = "v1.0";
|
var versão = "v1.1";
|
||||||
|
|
||||||
const wss = new WebSocket.Server({ port: vars["servidor.porta"] });
|
const wss = new WebSocket.Server({ port: vars["servidor.porta"] });
|
||||||
|
|
||||||
|
|
Reference in a new issue