diff --git a/.idea/artifacts/KMQTT_jvm_0_1_0.xml b/.idea/artifacts/KMQTT_jvm_0_1_0.xml new file mode 100644 index 0000000..a46e47c --- /dev/null +++ b/.idea/artifacts/KMQTT_jvm_0_1_0.xml @@ -0,0 +1,8 @@ + + + C:\Users\39340\IdeaProjects\KMQTT\build\libs + + + + + \ No newline at end of file diff --git a/.idea/artifacts/KMQTT_jvm_0_1_1.xml b/.idea/artifacts/KMQTT_jvm_0_1_1.xml new file mode 100644 index 0000000..ace7f1f --- /dev/null +++ b/.idea/artifacts/KMQTT_jvm_0_1_1.xml @@ -0,0 +1,8 @@ + + + C:\Users\39340\IdeaProjects\KMQTT\build\libs + + + + + \ No newline at end of file diff --git a/Readme.md b/Readme.md index dfdb62f..074fae1 100644 --- a/Readme.md +++ b/Readme.md @@ -37,7 +37,7 @@ repositories { maven { url "https://jitpack.io" } } dependencies { - implementation 'com.github.davidepianca98:KMQTT:0.1.0' + implementation 'com.github.davidepianca98:KMQTT:0.1.1' } ``` @@ -55,7 +55,7 @@ kotlin { sourceSets { commonMain { dependencies { - implementation 'com.github.davidepianca98:KMQTT:0.1.0' + implementation 'com.github.davidepianca98:KMQTT:0.1.1' } } } diff --git a/build.gradle.kts b/build.gradle.kts index ebce2f6..425ce3b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.github.davidepianca98" -version = "0.1.0" +version = "0.1.1" repositories { mavenCentral()