Make tested version 1.13.1 instead of 1.13

This commit is contained in:
Romain Beaumont 2018-08-26 16:01:28 +02:00
parent adb02a2457
commit 966c15f8ab
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
"endian-toggle": "^0.0.0",
"lodash.get": "^4.1.2",
"lodash.merge": "^4.3.0",
"minecraft-data": "^2.27.0",
"minecraft-data": "^2.28.0",
"node-rsa": "^0.4.2",
"prismarine-nbt": "^1.2.0",
"protodef": "^1.6.7",

View file

@ -2,5 +2,5 @@
module.exports = {
defaultVersion: '1.12.2',
supportedVersions: ['1.7', '1.8', '1.9', '1.10', '1.11.2', '1.12.2', '1.13']
supportedVersions: ['1.7', '1.8', '1.9', '1.10', '1.11.2', '1.12.2', '1.13.1']
}