diff --git a/cybersyn/changelog.txt b/cybersyn/changelog.txt index 82b2e007..9526a0c5 100644 --- a/cybersyn/changelog.txt +++ b/cybersyn/changelog.txt @@ -2,7 +2,7 @@ Version: 1.3.0 Date: 2023-10-10 Features: - - Added improved combinator display sprites - contributed by jagoly + - Added improved combinator display sprites (further improvements coming) - contributed by jagoly - The manager gui now displays control signals - contributed by Shadowvoices - The manager gui now excludes requests that do not exceed the request threshold - contributed by Shadowvoices Bugfixes: diff --git a/cybersyn/info.lua b/cybersyn/info.lua index 860f838e..639a3a2d 100644 --- a/cybersyn/info.lua +++ b/cybersyn/info.lua @@ -3,4 +3,4 @@ --- It is used in migrations.lua to determine if any migrations need to be run for beta testers. --- It is expected these are only meaningful between releases during beta testing. --- It should be set to nil for any release version. -return 1 +return nil