From 55a00b2be8ffa20fe6417d8d114506a35fc1f443 Mon Sep 17 00:00:00 2001
From: Abbysssal <55982389+Abbysssal@users.noreply.github.com>
Date: Thu, 3 Sep 2020 15:52:56 +0700
Subject: [PATCH] v2.0.4
---
RogueLibs/RogueLibs.cs | 2 +-
md/4. Changelog.md | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
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;