This commit is contained in:
Artem Chivchalov
2017-10-19 10:31:39 +03:00
parent e4c55f8af5
commit 44c1995623
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.10.3", "version": "2.10.4",
"description": "A standalone server for programming game Screeps", "description": "A standalone server for programming game Screeps",
"main": "package.json", "main": "package.json",
"bin": { "bin": {
@@ -19,7 +19,7 @@
"@screeps/engine": "2.10.2", "@screeps/engine": "2.10.2",
"@screeps/launcher": "2.1.5", "@screeps/launcher": "2.1.5",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "3.1.0" "@screeps/storage": "3.1.1"
}, },
"engines": { "engines": {
"node": ">=6.5.0", "node": ">=6.5.0",