diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index 3048000..abb9e93 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -4,6 +4,7 @@
+
\ No newline at end of file
diff --git a/minchat-common/src/main/kotlin/io/minchat/common/BuildVersion.kt b/minchat-common/src/main/kotlin/io/minchat/common/BuildVersion.kt
index e71d015..f3cabbe 100644
--- a/minchat-common/src/main/kotlin/io/minchat/common/BuildVersion.kt
+++ b/minchat-common/src/main/kotlin/io/minchat/common/BuildVersion.kt
@@ -12,7 +12,7 @@ import kotlinx.serialization.Serializable
val MINCHAT_VERSION = BuildVersion(
major = 0,
minor = 6,
- patch = 1
+ patch = 2
)
/**
diff --git a/mod.hjson b/mod.hjson
index 3c87500..9891198 100644
--- a/mod.hjson
+++ b/mod.hjson
@@ -14,7 +14,7 @@ There are various tutorials that will guide you through the user interface of th
displayName: "MinChat Official"
author: "Mnemotechnician"
minGameVersion: "137"
-version: "v0.6.1-beta"
+version: "v0.6.2-beta"
main: "io.minchat.client.MinchatMod"
hidden: true
diff --git a/remote/changelog b/remote/changelog
index 4671f2d..17a34af 100644
--- a/remote/changelog
+++ b/remote/changelog
@@ -1,5 +1,9 @@
+#VERSION 0.6.2
+Added role icons (can be turned off in the settings)
+Fixed nicknames not being used in replies
+
#VERSION 0.6.1
-- Some critical ui fixes (mostly for mobile users)
+Some critical ui fixes (mostly for mobile users)
#VERSION 0.6.0
Added message replies
diff --git a/remote/latest-stable.json b/remote/latest-stable.json
index d60d5f2..98a4b74 100644
--- a/remote/latest-stable.json
+++ b/remote/latest-stable.json
@@ -1,5 +1,5 @@
{
"major": 0,
"minor": 6,
- "patch": 1
+ "patch": 2
}