This commit is contained in:
Artem Chivchalov
2016-11-27 10:08:59 +03:00
parent 748811c8f2
commit f8b035c4f8
2 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
#### 2.2.0
* Game changes according to [2016-11-27 changelog](http://support.screeps.com/hc/en-us/articles/213649289).
#### 2.1.3
* Removed respawn delay timer.

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.1.3",
"version": "2.2.0",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -13,11 +13,11 @@
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "2.0.2",
"@screeps/common": "2.0.0",
"@screeps/driver": "2.0.0",
"@screeps/engine": "2.0.1",
"@screeps/launcher": "2.1.3",
"@screeps/backend": "2.0.3",
"@screeps/common": "2.0.1",
"@screeps/driver": "2.0.1",
"@screeps/engine": "2.1.0",
"@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.1"
},