Skip to content

Commit

Permalink
Update readme and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yowchap committed Nov 11, 2022
1 parent 995b6b3 commit 9eac944
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BoneLib/BoneLib/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 = "1.3.1"; // Version of the Mod. (MUST BE SET)
public const string Version = "1.4.0"; // Version of the Mod. (MUST BE SET)
public const string DownloadLink = null; // Download Link for the Mod. (Set as null if none)
}

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,19 @@ OfflineMode = true

**Parzival:** Added enum with all game layers, improved documentation, made some extension method parameters optional

**Extraes:** Ported nullable extension methods (originally made by WNP78) from MTINM, lots of testing, added InvokeActionSafe methods
**Extraes:** Ported nullable extension methods (originally made by WNP78) from MTINM, lots of testing, added InvokeActionSafe methods, added animal image popup methods

**Adamdev:** Added events for NPC deaths and resurrections, and events for MarrowGame and MarrowScenes
**Adamdev:** Added events for NPC deaths and resurrections, and events for MarrowGame and MarrowScenes, added skip intro pref

<br>

## Changelogs (BoneLib)

#### v1.4.0:
- Added a preference to skip the intro
- Added methods to spawn popup objects with random animal photos on them for fun
- Forced preferences to always save to file

#### v1.3.1:
- Fixed `Hooking.OnMarrowGameStarted` event

Expand Down

0 comments on commit 9eac944

Please sign in to comment.