Skip to content

Commit

Permalink
Bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepianca98 committed Mar 2, 2020
1 parent 2993abd commit 0a6e65f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.davidepianca98:KMQTT:0.0.7'
implementation 'com.github.davidepianca98:KMQTT:0.0.8'
}
```

Expand All @@ -55,7 +55,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation 'com.github.davidepianca98:KMQTT:0.0.7'
implementation 'com.github.davidepianca98:KMQTT:0.0.8'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.github.davidepianca98"
version = "0.0.7"
version = "0.0.8"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0a6e65f

Please sign in to comment.