1
0
mirror of https://github.com/veden/Rampant.git synced 2025-01-26 03:20:07 +02:00

prepped for next version

This commit is contained in:
Aaron Veden 2017-06-10 18:13:00 -07:00
parent fa44b2d984
commit f144c80235
2 changed files with 6 additions and 1 deletions

View File

@ -147,6 +147,11 @@ function upgrade.attempt(natives)
game.surfaces[1].print("Rampant - Version 0.15.15")
global.version = constants.VERSION_25
end
if (global.version < constants.VERSION_26) then
game.surfaces[1].print("Rampant - Version 0.15.16")
global.version = constants.VERSION_26
end
return starting ~= global.version
end

View File

@ -1,7 +1,7 @@
{
"name" : "Rampant",
"factorio_version" : "0.15",
"version" : "0.15.15",
"version" : "0.15.16",
"title" : "Rampant",
"author" : "Veden",
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",