Skip to content

Commit

Permalink
ryjryjykytk
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed May 29, 2022
1 parent dff17ad commit 538dc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx2G

# Define project properties.
mod_name=REDACTION
mod_ver=1.3.2
mod_ver=1.3.3

loom.platform = forge
2 changes: 1 addition & 1 deletion src/main/kotlin/net/wyvest/redaction/Redaction.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Redaction {


const val NAME = "REDACTION"
const val VERSION = "1.3.1"
const val VERSION = "1.3.3"
const val ID = "redaction"
val modDir = File(File("./W-OVERFLOW"), NAME)
val isPatcher by lazy {
Expand Down

0 comments on commit 538dc94

Please sign in to comment.