This commit is contained in:
Artem Chivchalov
2017-02-27 14:35:10 +03:00
parent 00336263e2
commit 3c3c40ded5
2 changed files with 9 additions and 6 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.3.0", "version": "2.4.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.1.0", "@screeps/backend": "2.2.0",
"@screeps/common": "2.1.0", "@screeps/common": "2.2.0",
"@screeps/driver": "2.1.0", "@screeps/driver": "2.2.0",
"@screeps/engine": "2.3.0", "@screeps/engine": "2.4.0",
"@screeps/launcher": "2.1.4", "@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.2" "@screeps/storage": "2.1.0"
}, },
"engines": { "engines": {
"node": ">=6.5.0", "node": ">=6.5.0",