Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepianca98 committed Jun 5, 2022
1 parent 747e21b commit 94a2719
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.davidepianca98.KMQTT:kmqtt-jvm:0.3.1'
implementation 'com.github.davidepianca98.KMQTT:kmqtt-jvm:0.3.2'
}
```

Expand All @@ -66,7 +66,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation 'com.github.davidepianca98.KMQTT:kmqtt:0.3.1'
implementation 'com.github.davidepianca98.KMQTT:kmqtt:0.3.2'
}
}
}
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.3.1"
version = "0.3.2"

val serializationVersion: String by project

Expand Down
2 changes: 1 addition & 1 deletion docker/cluster/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:11-jre-slim

ENV JAVA_TOOL_OPTIONS -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000
COPY build/libs/kmqtt-0.3.1.jar kmqtt.jar
COPY build/libs/kmqtt-0.3.2.jar kmqtt.jar
EXPOSE 1883
EXPOSE 22222
EXPOSE 22223
Expand Down

0 comments on commit 94a2719

Please sign in to comment.