Skip to content

Commit

Permalink
version to 4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Limpoeck committed Jun 9, 2021
1 parent 5649314 commit bb33f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Resources:
* Web Site: {hivemq-website}
* Documentation: {hivemq-extensions-docu}
* Community Forum: {hivemq-community-forum}
* Contribution Guidelines: link:CONTRIBUTING.adoc[Contributing.adoc]
* Contribution Guidelines: link:CONTRIBUTING.md[Contributing.adoc]
* License: The source files in this repository are made available under the link:LICENSE[Apache License Version 2.0].

== Using the SDK
Expand All @@ -39,7 +39,7 @@ To use the SDK, add the following dependency to your Maven project:
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-extension-sdk</artifactId>
<version>4.5.4</version>
<version>4.5.5</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=4.5.5-SNAPSHOT
version=4.5.5
#
# main dependencies
#
Expand Down

0 comments on commit bb33f37

Please sign in to comment.