This commit is contained in:
Artem Chivchalov
2017-03-09 10:06:51 +03:00
parent 3c3c40ded5
commit f2925f9364
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
#### 2.5.0
* Added support for Respawn Areas according to this [changelog](http://support.screeps.com/hc/en-us/articles/115001774029).
#### 2.4.0
* Added support for memory segments and other changes according to this [changelog](https://screeps.zendesk.com/hc/en-us/articles/115001536629).

View File

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