This commit is contained in:
Artem Chivchalov
2017-06-26 10:51:39 +03:00
parent 1599733929
commit 49e96436e8
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
#### 2.7.1
* Added game changes according to this [changelog](http://blog.screeps.com/2017/06/changelog-2017-06-26/).
#### 2.7.0 #### 2.7.0
* Added public memory segments support according to this [changelog](http://blog.screeps.com/2017/05/changelog-2017-05-26/). * Added public memory segments support according to this [changelog](http://blog.screeps.com/2017/05/changelog-2017-05-26/).

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.7.0", "version": "2.7.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": {
@@ -15,8 +15,8 @@
"dependencies": { "dependencies": {
"@screeps/backend": "2.2.0", "@screeps/backend": "2.2.0",
"@screeps/common": "2.4.0", "@screeps/common": "2.4.0",
"@screeps/driver": "2.4.0", "@screeps/driver": "2.4.1",
"@screeps/engine": "2.7.0", "@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",
"@screeps/storage": "2.1.0" "@screeps/storage": "2.1.0"
@@ -25,4 +25,4 @@
"node": ">=6.5.0", "node": ">=6.5.0",
"npm": ">=3.10.3" "npm": ">=3.10.3"
} }
} }