diff --git a/README.md b/README.md index 2953506..7faa8c2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - implementation("ca.gosyer:kotlin-multiplatform-appdirs:1.1.0") + implementation("ca.gosyer:kotlin-multiplatform-appdirs:1.1.1") } } } diff --git a/gradle.properties b/gradle.properties index bdaaa26..8f48633 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.mpp.stability.nowarn=true # Maven GROUP=ca.gosyer POM_ARTIFACT_ID=kotlin-multiplatform-appdirs -VERSION_NAME=1.1.0 +VERSION_NAME=1.1.1 POM_NAME=Kotlin Multiplatform AppDirs POM_DESCRIPTION=A small library which provides a path to the platform dependent special folder/directory.