From 16135bc3e10f9da213eb961ec374fb230de38145 Mon Sep 17 00:00:00 2001 From: Davide Pianca Date: Fri, 9 Apr 2021 18:00:33 +0200 Subject: [PATCH] Bump version to 0.2.6 --- Readme.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index e464c56..e8f2aa4 100644 --- a/Readme.md +++ b/Readme.md @@ -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' } ``` @@ -61,7 +61,7 @@ kotlin { sourceSets { commonMain { dependencies { - implementation 'com.github.davidepianca98:KMQTT:0.2.5' + implementation 'com.github.davidepianca98:KMQTT:0.2.6' } } } diff --git a/build.gradle.kts b/build.gradle.kts index 0f4df97..ecb4b8e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.github.davidepianca98" -version = "0.2.5" +version = "0.2.6" val serializationVersion: String by project