Skip to content

Commit

Permalink
6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 17, 2024
1 parent 00338a8 commit 4f78b36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = libs.versions.maven.group.get()
version = "${libs.versions.mod.get()}-${libs.versions.loader.get()}${libs.versions.minecraft.get()}"
version = "${libs.versions.mod.get()}-${libs.versions.loader.get()}.${libs.versions.minecraft.get()}"

display.name = libs.versions.display.name.get()
display.loader = libs.versions.display.loader.get()
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
maven-group = "band.kessokuteatime"
archives-name = "splasher"
mod = "6.2.1"
mod = "6.2.2"
loader = "fabric"

minecraft = "1.20"
Expand All @@ -13,8 +13,8 @@ modpublisher = "2.1.0"

cloth-config = "11.1.118"
modmenu = "7.2.2"
bounced = "4.1.1-fabric1.20"
night-auto-config = "1.0.4-fabric1.20"
bounced = "4.1.2-fabric.1.20"
night-auto-config = "1.0.5-fabric.1.20"

# id
id-modrinth = "4yIZUuyx"
Expand Down

0 comments on commit 4f78b36

Please sign in to comment.