From 1ff5d088e5bb32db09650db711c5c854c7fcf62a Mon Sep 17 00:00:00 2001 From: Ru Chern Date: Wed, 24 Aug 2016 03:55:45 +1000 Subject: [PATCH 1/2] Added npm-debug.log to .gitignore. We do not need to push logs to the repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 460250b..edeeec9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ scripts/ logs/ data/ cfg.js +npm-debug.log From 3a48e19108fc7acc521a27b54abe0a0a84e7a4bc Mon Sep 17 00:00:00 2001 From: Ru Chern Date: Wed, 24 Aug 2016 04:02:06 +1000 Subject: [PATCH 2/2] Updated version to 0.35.0 --- cfg.js.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg.js.example b/cfg.js.example index 61ab032..abbce62 100644 --- a/cfg.js.example +++ b/cfg.js.example @@ -10,7 +10,7 @@ export default { GAME_MODE: 0, SAVE_INTERVAL: 6e4, PLAYER_CONNECTION_TIMEOUT: 1e3 * 60 * 30, - MINIMUM_CLIENT_VERSION: "0.33.0", + MINIMUM_CLIENT_VERSION: "0.35.0", DEFAULT_CONSOLE_COLOR: 32, TRANSFER_ACCOUNTS: false, @@ -46,4 +46,4 @@ export default { MAX_POKEMON_NATIONAL_ID: 151, DUMP_ASSET_PATH: "data/" -} \ No newline at end of file +}