Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Oct 17, 2023
1 parent 4112e6b commit a8cdf8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "com.calmwolfs.bedwar"
version = "0.1.3"
version = "0.1.4"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(8))
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/calmwolfs/bedwar/BedWarMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "com.calmwolfs.bedwar.config.gui.ConfigGuiForgeInterop",
version = "0.1.3",
version = "0.1.4",
)
class BedWarMod {
@Mod.EventHandler
Expand Down

0 comments on commit a8cdf8e

Please sign in to comment.