diff --git a/RogueLibs/RogueLibs.cs b/RogueLibs/RogueLibs.cs index 5322a0083..654ad0e1d 100644 --- a/RogueLibs/RogueLibs.cs +++ b/RogueLibs/RogueLibs.cs @@ -22,7 +22,7 @@ public static class RogueLibs /// /// ' version. Do not use this value in your attribute! /// - public const string pluginVersion = "2.0.3"; + public const string pluginVersion = "2.0.4"; /// /// Main instance. diff --git a/md/4. Changelog.md b/md/4. Changelog.md index b77f6055b..1dce58c7e 100644 --- a/md/4. Changelog.md +++ b/md/4. Changelog.md @@ -16,6 +16,10 @@ ## Changelog ## +#### RogueLibs v2.0.4 #### +- Refactored and cleaned up the code; +- Reorganized the GitHub repository; + #### RogueLibs v2.0.3 #### - Fixed a bug, when original mutators, such as "Rocket Chaos" and "Gorilla Town", were purchasable in the Mutators Menu for 0 nuggets;