Skip to content

Commit

Permalink
version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Sep 22, 2020
1 parent 6c6b508 commit 3514557
Showing 1 changed file with 2 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 @@ -7,7 +7,7 @@ plugins {
}

group = "de.gmuth.ipp"
version = "1.5-SNAPSHOT"
version = "1.6"

repositories {
mavenCentral()
Expand Down Expand Up @@ -74,7 +74,7 @@ publishing {
}
repositories {
maven {
name = "GitHubPackages"
name = "github-gmuth-ipp-client-kotlin"
url = uri("https://maven.pkg.github.com/gmuth/ipp-client-kotlin")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
Expand Down

0 comments on commit 3514557

Please sign in to comment.