This commit is contained in:
Artem Chivchalov
2017-09-28 10:42:38 +03:00
parent 8a44281a14
commit 2688dc3923
2 changed files with 8 additions and 5 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.9.0", "version": "2.10.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": {
@@ -13,13 +13,13 @@
"url": "https://github.com/screeps/screeps.git" "url": "https://github.com/screeps/screeps.git"
}, },
"dependencies": { "dependencies": {
"@screeps/backend": "2.3.0", "@screeps/backend": "2.4.0",
"@screeps/common": "2.6.0", "@screeps/common": "2.6.0",
"@screeps/driver": "3.0.0", "@screeps/driver": "3.1.0",
"@screeps/engine": "2.9.0", "@screeps/engine": "2.10.0",
"@screeps/launcher": "2.1.4", "@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "3.0.0" "@screeps/storage": "3.1.0"
}, },
"engines": { "engines": {
"node": ">=6.5.0", "node": ">=6.5.0",