Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepianca98 committed Aug 28, 2020
1 parent 32d50e1 commit 45d1933
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:0.2.2'
implementation 'com.github.davidepianca98:KMQTT:0.2.3'
}
```

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

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,5 +1,5 @@
FROM openjdk:11-jre-slim

ADD build/libs/KMQTT-0.2.2.jar KMQTT.jar
ADD build/libs/KMQTT-0.2.3.jar KMQTT.jar
EXPOSE 1883
ENTRYPOINT [ "java", "-server", "-XX:+UseContainerSupport", "-Djava.security.egd=file:/dev/./urandom", "-jar", "KMQTT.jar" ]

0 comments on commit 45d1933

Please sign in to comment.