Changed Version To 4.0.0

This commit is contained in:
Cooldude2606
2018-06-02 21:42:17 +01:00
parent df7b3fb291
commit 6272e29606

View File

@@ -14,8 +14,8 @@
"version": "3.4.0", "version": "3.4.0",
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"ExpGamingLib": ">=3.0.0", "ExpGamingLib": ">=4.0.0",
"ExpGamingCore/Ranking": ">=3.0.0" "ExpGamingCore/Ranking": ">=4.0.0"
} }
}, },
"Gui": { "Gui": {
@@ -27,9 +27,9 @@
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"FactorioModGui": ">=1.0.0", "FactorioModGui": ">=1.0.0",
"ExpGamingLib": ">=3.0.0", "ExpGamingLib": ">=4.0.0",
"ExpGamingCore/Ranking": ">=3.0.0", "ExpGamingCore/Ranking": ">=4.0.0",
"ExpGamingCore/Server": "?>=3.0.0" "ExpGamingCore/Server": "?>=4.0.0"
} }
}, },
"Ranking": { "Ranking": {
@@ -40,10 +40,10 @@
"version": "3.4.0", "version": "3.4.0",
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"ExpGamingLib": ">=3.0.0", "ExpGamingLib": ">=4.0.0",
"FactorioStdLib.Color": ">=0.8.0", "FactorioStdLib.Color": ">=0.8.0",
"FactorioStdLib.Table": ">=0.8.0", "FactorioStdLib.Table": ">=0.8.0",
"ExpGamingCore.Server": "?>=3.0.0" "ExpGamingCore.Server": "?>=4.0.0"
} }
}, },
"Server": { "Server": {
@@ -54,10 +54,10 @@
"version": "3.4.0", "version": "3.4.0",
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"ExpGamingLib": ">=3.0.0", "ExpGamingLib": ">=4.0.0",
"FactorioStdLib.Table": ">=0.8.0", "FactorioStdLib.Table": ">=0.8.0",
"ExpGamingCore.Ranking": "?>=3.0.0", "ExpGamingCore.Ranking": "?>=4.0.0",
"ExpGamingCore.Commands": "?>=3.0.0" "ExpGamingCore.Commands": "?>=4.0.0"
} }
}, },
"Sync": { "Sync": {
@@ -68,11 +68,11 @@
"version": "3.4.0", "version": "3.4.0",
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"ExpGamingLib": ">=3.0.0", "ExpGamingLib": ">=4.0.0",
"FactorioStdLib.Color": ">=0.8.0", "FactorioStdLib.Color": ">=0.8.0",
"FactorioStdLib.Table": ">=0.8.0", "FactorioStdLib.Table": ">=0.8.0",
"ExpGamingCore.Ranking": "?>=3.0.0", "ExpGamingCore.Ranking": "?>=4.0.0",
"ExpGamingCore.Gui": "?>=3.0.0" "ExpGamingCore.Gui": "?>=4.0.0"
} }
} }
}, },