Skip to content

Commit

Permalink
Bump version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepianca98 committed May 19, 2021
1 parent 3740274 commit d233f90
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 @@ -42,7 +42,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.davidepianca98.KMQTT:kmqtt-jvm:0.2.8'
implementation 'com.github.davidepianca98.KMQTT:kmqtt-jvm:0.2.9'
}
```

Expand All @@ -62,7 +62,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation 'com.github.davidepianca98:KMQTT:0.2.8'
implementation 'com.github.davidepianca98:KMQTT:0.2.9'
}
}
}
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.8"
version = "0.2.9"

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.2.8.jar kmqtt.jar
COPY build/libs/kmqtt-0.2.9.jar kmqtt.jar
EXPOSE 1883
EXPOSE 22222
EXPOSE 22223
Expand Down

0 comments on commit d233f90

Please sign in to comment.