This commit is contained in:
Artem Chivchalov
2017-08-07 13:30:53 +03:00
parent 3b2b5d198c
commit b1aa46dbc4
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
#### 2.8.0
* Added game changes support according to this [changelog](http://blog.screeps.com/2017/08/shards/).
#### 2.7.2 #### 2.7.2
* Fixed a bug with inactive bots. * Fixed a bug with inactive bots.

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.7.2", "version": "2.8.0",
"description": "A standalone server for programming game Screeps", "description": "A standalone server for programming game Screeps",
"main": "package.json", "main": "package.json",
"bin": { "bin": {
@@ -14,9 +14,9 @@
}, },
"dependencies": { "dependencies": {
"@screeps/backend": "2.2.1", "@screeps/backend": "2.2.1",
"@screeps/common": "2.4.0", "@screeps/common": "2.5.0",
"@screeps/driver": "2.4.2", "@screeps/driver": "2.5.0",
"@screeps/engine": "2.7.1", "@screeps/engine": "2.8.0",
"@screeps/launcher": "2.1.4", "@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.1.0" "@screeps/storage": "2.1.0"