Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepianca98 committed Mar 3, 2020
1 parent 0bb9233 commit ff1ac38
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.9'
implementation 'com.github.davidepianca98:KMQTT:0.1.0'
}
```

Expand All @@ -55,7 +55,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation 'com.github.davidepianca98:KMQTT:0.0.9'
implementation 'com.github.davidepianca98:KMQTT:0.1.0'
}
}
}
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.9"
version = "0.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit ff1ac38

Please sign in to comment.