Skip to content

Commit 927e05a

Browse files
Version to 4.15.0
1 parent e876c01 commit 927e05a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We strongly recommend reading the {hivemq-extension-docs}[HiveMQ Swarm Extension
1818

1919
* Clone this repository into a Java 11 Gradle project.
2020
* Execute the Gradle task `jar` to build the extension.
21-
* Move the file: `build/libs/hivemq-swarm-hello-world-extension-4.14.0.jar` to the directory: `HIVEMQ_SWARM_HOME/extensions`
21+
* Move the file: `build/libs/hivemq-swarm-hello-world-extension-4.15.0.jar` to the directory: `HIVEMQ_SWARM_HOME/extensions`
2222
* Use the payload generator in a publish command in the scenario.xml of your choice.
2323

2424
----

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version=4.14.0
1+
version=4.15.0
22
#
33
# main dependencies
44
#
5-
swarm-extension-sdk.version=4.14.0
5+
swarm-extension-sdk.version=4.15.0
66
jetbrains-annotations.version=16.0.3
77
#
88
# plugins

0 commit comments

Comments
 (0)