From 30386081bf56720ccf49b4ba6a06d32f7306bf77 Mon Sep 17 00:00:00 2001 From: Octav Sandulescu Date: Sat, 12 Sep 2015 09:31:55 +0000 Subject: [PATCH] Bump minimum Factorio version to 0.12.7 - needed for the offline player display --- info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.json b/info.json index cadfc58..5e3a1d9 100644 --- a/info.json +++ b/info.json @@ -6,5 +6,5 @@ "contact": "factorio-mods@narc.ro", "homepage": "https://github.com/narc0tiq/evoGUI/", "description": "Places an indicator on your UI telling you the current biter evolution factor (as a percentage). It also tells you how long you've been playing.", - "dependencies": ["base >= 0.12.0"] + "dependencies": ["base >= 0.12.7"] }