This commit is contained in:
Artem Chivchalov
2017-09-28 13:29:36 +03:00
parent e9f037509b
commit fdfea848a2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#### 2.10.1 #### 2.10.1 - 2.10.2
* Hotfixes. * Hotfixes.
#### 2.10.0 #### 2.10.0

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.10.1", "version": "2.10.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": {
@@ -16,7 +16,7 @@
"@screeps/backend": "2.4.0", "@screeps/backend": "2.4.0",
"@screeps/common": "2.6.0", "@screeps/common": "2.6.0",
"@screeps/driver": "3.1.0", "@screeps/driver": "3.1.0",
"@screeps/engine": "2.10.1", "@screeps/engine": "2.10.2",
"@screeps/launcher": "2.1.4", "@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "3.1.0" "@screeps/storage": "3.1.0"