Skip to content

Commit c53329a

Browse files
committedDec 4, 2024
1.0.8
1 parent 78c9c49 commit c53329a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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.7"; // Version of the Mod. (MUST BE SET)
9+
public const string Version = "1.0.8"; // 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.