Skip to content

Commit

Permalink
Bump to 1.21.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull committed Nov 30, 2024
1 parent aa890b8 commit 1e237a2
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 @@ -2,7 +2,7 @@ plugins {
id("fabric-loom") version "1.8-SNAPSHOT"
}

version = "${rootProject.extra["mod_version"]}-${project.extra["minecraft_version"]}"
version = "${rootProject.extra["mod_version"]}"
group = "${rootProject.extra["maven_group"]}.mod.fabric"

base {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2048M

archives_base_name=civmodern
maven_group=sh.okx.civmodern
mod_version=1.6.5-2
mod_version=1.21.3-1
mod_name=CivModern
mod_description=Civ utilities
mod_authors=Okx,Protonull
Expand Down

0 comments on commit 1e237a2

Please sign in to comment.