diff --git a/README.adoc b/README.adoc index 2f9e0eb..0c084a6 100644 --- a/README.adoc +++ b/README.adoc @@ -25,7 +25,7 @@ every Pub/Sub attribute as MQTT user properties. . Clone this repository into a Java 11 Gradle project. . Run the `./gradlew jar` task from Gradle to build the customization. -. Move the `build/libs/hivemq-google-cloud-pubsub-hello-world-customization-4.25.0.jar` file to the `HIVEMQ_HOME/extensions/hivemq-google-cloud-pubsub-extension/customizations` directory. +. Move the `build/libs/hivemq-google-cloud-pubsub-hello-world-customization-4.25.1.jar` file to the `HIVEMQ_HOME/extensions/hivemq-google-cloud-pubsub-extension/customizations` directory. . Copy the `src/main/resources/google-cloud-pubsub-configuration.xml` file to the `HIVEMQ_HOME/extensions/hivemq-google-cloud-pubsub-extension` folder. . Adapt the configuration to your environment. - Set the `` in the `` tag to match your Google Cloud Pub/Sub project ID. diff --git a/gradle.properties b/gradle.properties index 736ad6e..4c1b3d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=4.25.0 +version=4.25.1