Skip to content

Commit 14ede21

Browse files
committed
Updated version to 1.2.0.
1 parent 246cf06 commit 14ede21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

M1/M1API.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static void Init(Shell shell) {
4444
// language host info
4545

4646
HostInfo.name = "Farmtronics";
47-
HostInfo.version = 1.11;
47+
HostInfo.version = 1.20;
4848
HostInfo.info = "https://github.com/JoeStrout/Farmtronics/";
4949

5050
Intrinsic f;

M1/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Name": "Farmtronics",
33
"Author": "Joe Strout",
4-
"Version": "1.1.1",
4+
"Version": "1.2.0",
55
"Description": "Adds a \"home computer\" and programmable bots!",
66
"UniqueID": "strout.farmtronics",
77
"EntryDll": "Farmtronics.dll",

0 commit comments

Comments
 (0)