diff --git a/gradle.properties b/gradle.properties index 8d81137..30859d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ android.useAndroidX=true android.nonTransitiveRClass=true #publishing for kmmbridge -LIBRARY_VERSION=0.1 +LIBRARY_VERSION=0.1.2 GROUP=com.tddworks # POM @@ -22,7 +22,7 @@ POM_URL=https://github.com/tddworks/openai-kotlin POM_SCM_URL=https://github.com/tddworks/openai-kotlin POM_SCM_CONNECTION=scm:git:git://github.com/tddworks/openai-kotlin.git POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/tddworks/openai-kotlin.git -POM_LICENCE_NAME=MIT License +POM_LICENCE_NAME=Apache License POM_LICENCE_URL=https://github.com/tddworks/openai-kotlin/blob/main/LICENSE POM_LICENCE_DIST=repo POM_DEVELOPER_ID=tddworks