diff --git a/M1/M1API.cs b/M1/M1API.cs index d1fe901..fc13c85 100644 --- a/M1/M1API.cs +++ b/M1/M1API.cs @@ -44,7 +44,7 @@ public static void Init(Shell shell) { // language host info HostInfo.name = "Farmtronics"; - HostInfo.version = 1.11; + HostInfo.version = 1.20; HostInfo.info = "https://github.com/JoeStrout/Farmtronics/"; Intrinsic f; diff --git a/M1/manifest.json b/M1/manifest.json index 63bb924..e11a75d 100644 --- a/M1/manifest.json +++ b/M1/manifest.json @@ -1,7 +1,7 @@ { "Name": "Farmtronics", "Author": "Joe Strout", - "Version": "1.1.1", + "Version": "1.2.0", "Description": "Adds a \"home computer\" and programmable bots!", "UniqueID": "strout.farmtronics", "EntryDll": "Farmtronics.dll",