Skip to content

Commit

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

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

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

0 comments on commit 52ceff5

Please sign in to comment.