Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Oct 3, 2023
1 parent 8edb4be commit ba5aeab
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.2"
version = "0.1.3"

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

0 comments on commit ba5aeab

Please sign in to comment.