This commit is contained in:
Artem Chivchalov
2017-07-13 18:06:14 +03:00
parent 49e96436e8
commit 3b2b5d198c
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
#### 2.7.2
* Fixed a bug with inactive bots.
#### 2.7.1 #### 2.7.1
* Added game changes according to this [changelog](http://blog.screeps.com/2017/06/changelog-2017-06-26/). * Added game changes according to this [changelog](http://blog.screeps.com/2017/06/changelog-2017-06-26/).

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.7.1", "version": "2.7.2",
"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,9 +13,9 @@
"url": "https://github.com/screeps/screeps.git" "url": "https://github.com/screeps/screeps.git"
}, },
"dependencies": { "dependencies": {
"@screeps/backend": "2.2.0", "@screeps/backend": "2.2.1",
"@screeps/common": "2.4.0", "@screeps/common": "2.4.0",
"@screeps/driver": "2.4.1", "@screeps/driver": "2.4.2",
"@screeps/engine": "2.7.1", "@screeps/engine": "2.7.1",
"@screeps/launcher": "2.1.4", "@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",