mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 06:21:08 +00:00
Release 1.1.1
This commit is contained in:
parent
fe3aa50a64
commit
e28e5b0e62
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## 1.1.1
|
||||
|
||||
* fix external.js
|
||||
* fix /setblock test, fix #344
|
||||
* use docsify for doc and use discord
|
||||
|
||||
## 1.1.0
|
||||
|
||||
* add doc of player.commands
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "flying-squid",
|
||||
"description": "A minecraft server written in node.js",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"main": "index.js",
|
||||
"author": "mhsjlw <mhsjlw@users.noreply.github.com>",
|
||||
"contributors": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue