diff --git a/aREST.h b/aREST.h index 44b043f..7341870 100644 --- a/aREST.h +++ b/aREST.h @@ -7,9 +7,10 @@ This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License: http://creativecommons.org/licenses/by-sa/4.0/ - Version 2.9.0 + Version 2.9.1 Changelog: + Version 2.9.1: Compatibility fix for the new aREST cloud broker (Aedes) Version 2.9.0: Compatibility fix for the new aREST cloud server Version 2.8.1: Updated examples with publish() Version 2.8.0: Compatibility with the new aREST cloud server @@ -2013,7 +2014,7 @@ void setMQTTServer(char* new_mqtt_server){ char * subscriptions_names[NUMBER_SUBSCRIPTIONS]; // aREST.io server - char* mqtt_server = "142.93.194.74"; + char* mqtt_server = "164.90.147.20"; bool private_mqtt_server; #endif diff --git a/library.properties b/library.properties index 064b395..4091e22 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=aREST -version=2.9.0 +version=2.9.1 author=Marco Schwartz maintainer=Marco Schwartz sentence=RESTful API for the Arduino platform.