mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Merge pull request #585 from DeliciousJaffa/master
Update default version to 1.13.1
This commit is contained in:
commit
efef72ee9a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
defaultVersion: '1.12.2',
|
||||
defaultVersion: '1.13.1',
|
||||
supportedVersions: ['1.7', '1.8', '1.9', '1.10', '1.11.2', '1.12.2', '1.13.1']
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue