Release 0.5.1

This commit is contained in:
Romain Beaumont 2016-01-14 19:49:02 +01:00
parent 1412722d8c
commit 1851c75b1f
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,9 @@
## 0.5.1
* makes worldFolder option optional
## 0.5.0 ## 0.5.0
* improve ticks performance a bit * improve ticks performance a bit
* add /summonMany * add /summonMany
* load/save the seed * load/save the seed

View file

@ -1,7 +1,7 @@
{ {
"name": "flying-squid", "name": "flying-squid",
"description": "A minecraft server written in node.js", "description": "A minecraft server written in node.js",
"version": "0.5.0", "version": "0.5.1",
"main": "index.js", "main": "index.js",
"author": "mhsjlw <mhsjlw@aol.com>", "author": "mhsjlw <mhsjlw@aol.com>",
"contributors": [ "contributors": [