Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Nov 11, 2022
1 parent 5661682 commit 6729714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "dev.nyon"
val majorVersion = "1.1.5"
val majorVersion = "1.1.6"
version = "$majorVersion-1.19.2"
val authors = listOf("btwonion")
val githubRepo = "btwonion/telekinesis"
Expand All @@ -33,7 +33,7 @@ dependencies {
modImplementation("net.fabricmc:fabric-language-kotlin:1.8.6+kotlin.1.7.21")

include("com.akuleshov7:ktoml-core-jvm:0.3.0")
compileOnly("com.akuleshov7:ktoml-core-jvm:0.3.0")
implementation("com.akuleshov7:ktoml-core-jvm:0.3.0")
}

tasks {
Expand Down
2 changes: 2 additions & 0 deletions changelogs/1.1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# v1.1.6
- fix bug when player is null

0 comments on commit 6729714

Please sign in to comment.