4.2.0-beta.2

This commit is contained in:
Nikolay Kharitonov
2020-09-22 00:29:56 +03:00
parent 1ae7833a1a
commit 331cc2c05d
2 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -15,9 +15,9 @@
"dependencies": {
"@screeps/backend": "3.2.0-beta.1",
"@screeps/common": "2.15.0-beta.1",
"@screeps/driver": "5.2.0-beta.1",
"@screeps/engine": "4.2.0-beta.1",
"@screeps/launcher": "4.0.1",
"@screeps/driver": "5.2.0-beta.3",
"@screeps/engine": "4.2.0-beta.2",
"@screeps/launcher": "4.1.0-beta.1",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "5.1.1"
},