From 5557fee57816395fc92dc796aabc9a25245268a5 Mon Sep 17 00:00:00 2001 From: Swapnil Musale Date: Fri, 5 Apr 2024 00:01:21 +0530 Subject: [PATCH] Release v0.0.6 --- README.MD | 4 ++-- gradle.properties | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index 9159956..2b93954 100644 --- a/README.MD +++ b/README.MD @@ -41,7 +41,7 @@ Add the library dependency in ```shared``` module (```build.gradle.kts```) ``` commonMain.dependencies { ... - api or implementation("io.github.swapnil-musale:KDeviceInfo:0.0.4") + api or implementation("io.github.swapnil-musale:KDeviceInfo:0.0.6") } ``` @@ -52,7 +52,7 @@ Add the library dependency in ```composeApp``` module (```build.gradle.kts```) ``` commonMain.dependencies { ... - implementation("io.github.swapnil-musale:KDeviceInfo:0.0.4") + implementation("io.github.swapnil-musale:KDeviceInfo:0.0.6") } ``` diff --git a/gradle.properties b/gradle.properties index 06f2ee5..e6656bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true SONATYPE_AUTOMATIC_RELEASE=true -VERSION_NAME=0.0.5 +VERSION_NAME=0.0.6 GROUP=io.github.swapnil-musale POM_ARTIFACT_ID=KDeviceInfo POM_NAME=KDeviceInfo diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4dba213..85ff485 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ androidXCore = "1.12.0" androidxAppcompat = "1.6.1" androidxActivityCompose = "1.8.2" androidXCompose = "1.6.5" -kDeviceInfo = "0.0.5" +kDeviceInfo = "0.0.6" [libraries]