Skip to content

Commit ef24a39

Browse files
committed
Update version and readme
1 parent 7ef0c06 commit ef24a39

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

BoneLib/BoneLib/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)