We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ab9ab commit 678c8f2Copy full SHA for 678c8f2
2 files changed
gradle.properties
@@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xmx2G
3
4
# Define project properties.
5
mod_name=REDACTION
6
-mod_ver=0.4.1
+mod_ver=0.5.0
src/main/kotlin/net/wyvest/redaction/Redaction.kt
@@ -28,7 +28,7 @@ object Redaction {
28
29
30
const val NAME = "REDACTION"
31
- const val VERSION = "0.4.1"
+ const val VERSION = "0.5.0"
32
const val ID = "redaction"
33
val mc: Minecraft
34
get() = Minecraft.getMinecraft()
0 commit comments