Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepianca98 committed Mar 16, 2020
1 parent 2db247e commit 7f49ba9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .idea/artifacts/KMQTT_jvm_0_1_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2'
implementation 'com.github.davidepianca98:KMQTT:0.1.3'
}
```

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

repositories {
mavenCentral()
Expand Down

0 comments on commit 7f49ba9

Please sign in to comment.