From 6272e29606a5a8d2f8c565ce4c06a58db864191a Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sat, 2 Jun 2018 21:42:17 +0100 Subject: [PATCH] Changed Version To 4.0.0 --- modules/ExpGamingCore/softmod.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/modules/ExpGamingCore/softmod.json b/modules/ExpGamingCore/softmod.json index 98e4a8ec..00e74eca 100644 --- a/modules/ExpGamingCore/softmod.json +++ b/modules/ExpGamingCore/softmod.json @@ -14,8 +14,8 @@ "version": "3.4.0", "location": "url", "dependencies": { - "ExpGamingLib": ">=3.0.0", - "ExpGamingCore/Ranking": ">=3.0.0" + "ExpGamingLib": ">=4.0.0", + "ExpGamingCore/Ranking": ">=4.0.0" } }, "Gui": { @@ -27,9 +27,9 @@ "location": "url", "dependencies": { "FactorioModGui": ">=1.0.0", - "ExpGamingLib": ">=3.0.0", - "ExpGamingCore/Ranking": ">=3.0.0", - "ExpGamingCore/Server": "?>=3.0.0" + "ExpGamingLib": ">=4.0.0", + "ExpGamingCore/Ranking": ">=4.0.0", + "ExpGamingCore/Server": "?>=4.0.0" } }, "Ranking": { @@ -40,10 +40,10 @@ "version": "3.4.0", "location": "url", "dependencies": { - "ExpGamingLib": ">=3.0.0", + "ExpGamingLib": ">=4.0.0", "FactorioStdLib.Color": ">=0.8.0", "FactorioStdLib.Table": ">=0.8.0", - "ExpGamingCore.Server": "?>=3.0.0" + "ExpGamingCore.Server": "?>=4.0.0" } }, "Server": { @@ -54,10 +54,10 @@ "version": "3.4.0", "location": "url", "dependencies": { - "ExpGamingLib": ">=3.0.0", + "ExpGamingLib": ">=4.0.0", "FactorioStdLib.Table": ">=0.8.0", - "ExpGamingCore.Ranking": "?>=3.0.0", - "ExpGamingCore.Commands": "?>=3.0.0" + "ExpGamingCore.Ranking": "?>=4.0.0", + "ExpGamingCore.Commands": "?>=4.0.0" } }, "Sync": { @@ -68,11 +68,11 @@ "version": "3.4.0", "location": "url", "dependencies": { - "ExpGamingLib": ">=3.0.0", + "ExpGamingLib": ">=4.0.0", "FactorioStdLib.Color": ">=0.8.0", "FactorioStdLib.Table": ">=0.8.0", - "ExpGamingCore.Ranking": "?>=3.0.0", - "ExpGamingCore.Gui": "?>=3.0.0" + "ExpGamingCore.Ranking": "?>=4.0.0", + "ExpGamingCore.Gui": "?>=4.0.0" } } },