Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridvan Ozcan authored and Ridvan Ozcan committed Apr 22, 2024
1 parent 2ca3298 commit 67b3658
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion panda/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ afterEvaluate {
register<MavenPublication>("release") {
groupId = "com.github.ridvanozcan"
artifactId = "pandatooltip"
version = "1.0.5"
version = "1.0.6"

from(components["release"])
}
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url = uri("http://jitpack.io")
isAllowInsecureProtocol = true
}
}
}

Expand Down

0 comments on commit 67b3658

Please sign in to comment.