Skip to content

Commit

Permalink
Bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepianca98 committed Apr 9, 2021
1 parent 23af583 commit 16135bc
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 @@ -41,7 +41,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.davidepianca98.KMQTT:KMQTT-jvm:0.2.5'
implementation 'com.github.davidepianca98.KMQTT:KMQTT-jvm:0.2.6'
}
```

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

group = "com.github.davidepianca98"
version = "0.2.5"
version = "0.2.6"

val serializationVersion: String by project

Expand Down

0 comments on commit 16135bc

Please sign in to comment.