Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Bump to -dec
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroeightysix committed Dec 20, 2020
1 parent 77954f0 commit 807f24f
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 @@ -8,7 +8,7 @@ yarn_mappings=1.16.4+build.1:v2
loader_version=0.9.3+build.207
loom_version=0.5-SNAPSHOT
# KAMI
mod_version=nov
mod_version=dec
maven_group=me.zeroeightsix
archives_base_name=kami
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/me/zeroeightsix/kami/KamiMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.apache.logging.log4j.LogManager
class KamiMod : ModInitializer {
companion object {
const val MODNAME = "KAMI"
const val MODVER = "fabric-1.16.4-debug"
const val MODVER = "fabric-1.16.4-dec"
const val KAMI_KANJI = "\u795E"

@JvmStatic
Expand Down

0 comments on commit 807f24f

Please sign in to comment.