File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public static class BuildInfo
1414 public const string Name = "BoneLib" ; // Name of the Mod. (MUST BE SET)
1515 public const string Author = "Gnonme" ; // Author of the Mod. (Set as null if none)
1616 public const string Company = null ; // Company that made the Mod. (Set as null if none)
17- public const string Version = "2.2.2 " ; // Version of the Mod. (MUST BE SET)
17+ public const string Version = "2.3.0 " ; // Version of the Mod. (MUST BE SET)
1818 public const string DownloadLink = null ; // Download Link for the Mod. (Set as null if none)
1919 }
2020
Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ OfflineMode = true
5757
5858## Changelogs (BoneLib)
5959
60+ #### v2.3.0:
61+ - Added Audio class with references to mixers
62+ - Added CommonBarcodes for easy item spawning
63+ - Improved error logging
64+
6065#### v2.2.2:
6166- Added SpawnCrate helper methods
6267
You can’t perform that action at this time.
0 commit comments