We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246cf06 commit 14ede21Copy full SHA for 14ede21
M1/M1API.cs
@@ -44,7 +44,7 @@ public static void Init(Shell shell) {
44
// language host info
45
46
HostInfo.name = "Farmtronics";
47
- HostInfo.version = 1.11;
+ HostInfo.version = 1.20;
48
HostInfo.info = "https://github.com/JoeStrout/Farmtronics/";
49
50
Intrinsic f;
M1/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"Name": "Farmtronics",
3
"Author": "Joe Strout",
4
- "Version": "1.1.1",
+ "Version": "1.2.0",
5
"Description": "Adds a \"home computer\" and programmable bots!",
6
"UniqueID": "strout.farmtronics",
7
"EntryDll": "Farmtronics.dll",
0 commit comments