Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Oct 15, 2023
1 parent bf2695b commit d2b3ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d2b3ce4

Please sign in to comment.