This commit is contained in:
Artem Chivchalov
2017-12-14 16:50:29 +03:00
parent 438575e146
commit b1954d70b7
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
#### 2.12.0
* Add support for binary modules according to this [changelog](http://blog.screeps.com/2017/12/changelog-2017-12-14/).
#### 2.11.0 #### 2.11.0
* Add support for new WebGL renderer. * Add support for new WebGL renderer.

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "2.11.0", "version": "2.12.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": {
@@ -15,8 +15,8 @@
"dependencies": { "dependencies": {
"@screeps/backend": "2.4.1", "@screeps/backend": "2.4.1",
"@screeps/common": "2.6.0", "@screeps/common": "2.6.0",
"@screeps/driver": "3.1.0", "@screeps/driver": "3.2.0",
"@screeps/engine": "2.11.0", "@screeps/engine": "2.12.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.2" "@screeps/storage": "3.1.2"