Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Sep 30, 2023
1 parent 401bec5 commit 1296a04
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.1"
version = "0.1.2"

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 @@ -40,7 +40,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "com.calmwolfs.bedwar.config.gui.ConfigGuiForgeInterop",
version = "0.1.1",
version = "0.1.2",
)
class BedWarMod {
@Mod.EventHandler
Expand Down

0 comments on commit 1296a04

Please sign in to comment.