Skip to content

Commit 5557fee

Browse files
Release v0.0.6
1 parent 851b09b commit 5557fee

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add the library dependency in ```shared``` module (```build.gradle.kts```)
4141
```
4242
commonMain.dependencies {
4343
...
44-
api or implementation("io.github.swapnil-musale:KDeviceInfo:0.0.4")
44+
api or implementation("io.github.swapnil-musale:KDeviceInfo:0.0.6")
4545
}
4646
```
4747

@@ -52,7 +52,7 @@ Add the library dependency in ```composeApp``` module (```build.gradle.kts```)
5252
```
5353
commonMain.dependencies {
5454
...
55-
implementation("io.github.swapnil-musale:KDeviceInfo:0.0.4")
55+
implementation("io.github.swapnil-musale:KDeviceInfo:0.0.6")
5656
}
5757
```
5858

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SONATYPE_HOST=S01
2222
RELEASE_SIGNING_ENABLED=true
2323
SONATYPE_AUTOMATIC_RELEASE=true
2424

25-
VERSION_NAME=0.0.5
25+
VERSION_NAME=0.0.6
2626
GROUP=io.github.swapnil-musale
2727
POM_ARTIFACT_ID=KDeviceInfo
2828
POM_NAME=KDeviceInfo

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ androidXCore = "1.12.0"
1414
androidxAppcompat = "1.6.1"
1515
androidxActivityCompose = "1.8.2"
1616
androidXCompose = "1.6.5"
17-
kDeviceInfo = "0.0.5"
17+
kDeviceInfo = "0.0.6"
1818

1919

2020
[libraries]

0 commit comments

Comments
 (0)