Skip to content

Commit

Permalink
Release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Apr 4, 2024
1 parent 851b09b commit 5557fee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand All @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5557fee

Please sign in to comment.