This commit is contained in:
Artem Chivchalov
2017-09-28 12:46:41 +03:00
parent 2688dc3923
commit e9f037509b
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
#### 2.10.1
* Hotfixes.
#### 2.10.0 #### 2.10.0
* Added game changes support according to this [changelog](http://blog.screeps.com/2017/09/changelog-2017-09-28/). * Added game changes support according to this [changelog](http://blog.screeps.com/2017/09/changelog-2017-09-28/).

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.10.0", "version": "2.10.1",
"description": "A standalone server for programming game Screeps", "description": "A standalone server for programming game Screeps",
"main": "package.json", "main": "package.json",
"bin": { "bin": {
@@ -16,7 +16,7 @@
"@screeps/backend": "2.4.0", "@screeps/backend": "2.4.0",
"@screeps/common": "2.6.0", "@screeps/common": "2.6.0",
"@screeps/driver": "3.1.0", "@screeps/driver": "3.1.0",
"@screeps/engine": "2.10.0", "@screeps/engine": "2.10.1",
"@screeps/launcher": "2.1.4", "@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "3.1.0" "@screeps/storage": "3.1.0"