Skip to content

Commit 057cacf

Browse files
committedJun 25, 2024
1.0.7
1 parent 01e7ca8 commit 057cacf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎api/BuildInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public static class BuildInfo
66
public const string Description = ""; // Description for the Mod. (Set as null if none)
77
public const string Author = "BA"; // Author of the Mod. (MUST BE SET)
88
public const string Company = null; // Company that made the Mod. (Set as null if none)
9-
public const string Version = "1.0.6"; // Version of the Mod. (MUST BE SET)
9+
public const string Version = "1.0.7"; // Version of the Mod. (MUST BE SET)
1010
public const string DownloadLink = null; // Download Link for the Mod. (Set as null if none)
1111
}
1212
}

‎demo/BuildInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public static class BuildInfo
66
public const string Description = ""; // Description for the Mod. (Set as null if none)
77
public const string Author = "BA"; // Author of the Mod. (MUST BE SET)
88
public const string Company = null; // Company that made the Mod. (Set as null if none)
9-
public const string Version = "1.0.6"; // Version of the Mod. (MUST BE SET)
9+
public const string Version = "1.0.7"; // Version of the Mod. (MUST BE SET)
1010
public const string DownloadLink = null; // Download Link for the Mod. (Set as null if none)
1111
}
1212
}

0 commit comments

Comments
 (0)
Please sign in to comment.