This commit is contained in:
Artem Chivchalov
2017-11-20 16:25:19 +03:00
parent 44c1995623
commit 438575e146
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
#### 2.11.0
* Add support for new WebGL renderer.
#### 2.10.1 - 2.10.4 #### 2.10.1 - 2.10.4
* Hotfixes. * Hotfixes.

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.10.4", "version": "2.11.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.4.0", "@screeps/backend": "2.4.1",
"@screeps/common": "2.6.0", "@screeps/common": "2.6.0",
"@screeps/driver": "3.1.0", "@screeps/driver": "3.1.0",
"@screeps/engine": "2.10.2", "@screeps/engine": "2.11.0",
"@screeps/launcher": "2.1.5", "@screeps/launcher": "2.1.5",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "3.1.1" "@screeps/storage": "3.1.2"
}, },
"engines": { "engines": {
"node": ">=6.5.0", "node": ">=6.5.0",