Skip to content

Commit

Permalink
fix crash (close #36)
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jun 7, 2022
1 parent 11bf2d9 commit b5c0ae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group = "dev.isxander"
version = "1.6.1"
version = "1.6.2"

repositories {
mavenCentral()
Expand Down Expand Up @@ -50,6 +50,7 @@ dependencies {
exclude(group = "net.fabricmc.fabric-api")
}

include(implementation("dev.isxander.settxi:settxi-core:2.3.0")!!)
include(implementation("dev.isxander.settxi:settxi-kotlinx-serialization:2.3.0")!!)
include(modImplementation("dev.isxander:settxi-cloth-impl:1.0.6:fabric-1.19")!!)

Expand Down
1 change: 1 addition & 0 deletions changelogs/1.6.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix crash

0 comments on commit b5c0ae4

Please sign in to comment.