Skip to content

Commit 678c8f2

Browse files
committed
bump version
1 parent 69ab9ab commit 678c8f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xmx2G
33

44
# Define project properties.
55
mod_name=REDACTION
6-
mod_ver=0.4.1
6+
mod_ver=0.5.0

src/main/kotlin/net/wyvest/redaction/Redaction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Redaction {
2828

2929

3030
const val NAME = "REDACTION"
31-
const val VERSION = "0.4.1"
31+
const val VERSION = "0.5.0"
3232
const val ID = "redaction"
3333
val mc: Minecraft
3434
get() = Minecraft.getMinecraft()

0 commit comments

Comments
 (0)