Skip to content

Commit

Permalink
Update to version 1.2.1 in the 'Using the API' section
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Jun 25, 2020
1 parent 56508de commit 6841f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The MQTT.Cool Hook Java API lets you easily develop any Hook, which will be then
Once loaded inside the running server process, it will be able to intercept specific events originated from the client side in order to apply fine-grained custom authorization checks as per your own security needs.

# The MQTT.Cool SDK for Java Hooks
The API is part of the _MQTT.Cool SDK for Java Hooks_, which also offers the full Javadoc API Specification and other additional information. See the [online](https://mqtt.cool/download/hook-sdk-latest) SDK section for more information.
The API is part of the _MQTT.Cool SDK for Java Hooks_, which also offers the full Javadoc API Specification and other additional information. See the [online](https://mqtt.cool/download/hook-sdk-latest/) SDK section for more information.

# Documentation
Take a look at Section "The MQTT.Cool Hook" of the [_MQTT.Cool Getting Started Guide_](https://docs.mqtt.cool/server/guides/MQTT.Cool+Getting+Started+Guide.html) for the core concepts of Hook development.
Expand All @@ -19,6 +19,6 @@ Since the API is available from the Maven Central Repository, to setup your deve
<dependency>
<groupId>cool.mqtt</groupId>
<artifactId>mqtt.cool-hook-java-api</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```

0 comments on commit 6841f5d

Please sign in to comment.