This commit is contained in:
Artem Chivchalov
2018-03-23 11:49:06 +03:00
parent 21dd116e71
commit 7161649782
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
#### 2.13.1
* Hotfixes.
#### 2.13.0
* Added game changes support according to this [changelog](http://blog.screeps.com/2018/03/changelog-2018-03-05/).
#### 2.12.1 #### 2.12.1
* Hotfixes. * Hotfixes.

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.13.0", "version": "2.13.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": {
@@ -16,7 +16,7 @@
"@screeps/backend": "2.4.1", "@screeps/backend": "2.4.1",
"@screeps/common": "2.7.0", "@screeps/common": "2.7.0",
"@screeps/driver": "3.2.1", "@screeps/driver": "3.2.1",
"@screeps/engine": "2.13.0", "@screeps/engine": "2.13.1",
"@screeps/launcher": "2.2.0", "@screeps/launcher": "2.2.0",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "3.1.4" "@screeps/storage": "3.1.4"