diff --git a/BoneLib/BoneLib/Main.cs b/BoneLib/BoneLib/Main.cs index b4c3d86..b088f6a 100644 --- a/BoneLib/BoneLib/Main.cs +++ b/BoneLib/BoneLib/Main.cs @@ -15,7 +15,7 @@ public static class BuildInfo public const string Name = "BoneLib"; // Name of the Mod. (MUST BE SET) public const string Author = "Gnonme"; // Author of the Mod. (Set as null if none) public const string Company = null; // Company that made the Mod. (Set as null if none) - public const string Version = "2.3.0"; // Version of the Mod. (MUST BE SET) + public const string Version = "2.4.0"; // Version of the Mod. (MUST BE SET) public const string DownloadLink = null; // Download Link for the Mod. (Set as null if none) } @@ -109,4 +109,4 @@ private void SkipIntro() } } } -} \ No newline at end of file +} diff --git a/README.md b/README.md index d2e9d97..001a43b 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ OfflineMode = true ## Changelogs (BoneLib) +#### v2.4.0: +- Added notification system +- Added asset bundle helpers +- Added IsLoading helper method +- Added CheckIfAssemblyLoaded helper method + #### v2.3.0: - Added Audio class with references to mixers - Added CommonBarcodes for easy item spawning