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

Commit

Permalink
chore: Bump to mar
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroeightysix committed Mar 9, 2021
1 parent 36f5ec8 commit a631513
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 @@ -10,7 +10,7 @@ api_version=0.1.3+12a8474cfa
resource_loader_version=0.2.9+e5d3217f4e
loom_version=0.6-SNAPSHOT
# KAMI
mod_version=feb
mod_version=mar
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.5-feb"
const val MODVER = "fabric-1.16.5-mar"
const val KAMI_KANJI = "\u795E"

@JvmStatic
Expand Down

0 comments on commit a631513

Please sign in to comment.