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 c0c51cf commit bf716f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### Fixes
### Maintenance Update

- **Updated** to **Night Auto Config** `1.0.4`.
- **Use** fully semantic versioning.
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.21"
Expand All @@ -13,8 +13,8 @@ modpublisher = "2.1.0"

cloth-config = "15.0.127"
modmenu = "11.0.1"
bounced = "4.1.1-fabric1.21"
night-auto-config = "1.0.4-fabric1.21"
bounced = "4.1.2-fabric.1.21"
night-auto-config = "1.0.5-fabric.1.21"

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

0 comments on commit bf716f0

Please sign in to comment.