diff --git a/docs/index.md b/docs/index.md index 1f1f8ab6..d2387f91 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ Welcome to the Homie for ESP8266 docs. This will help you to understand the framework and to use it in an effective manner. -**

This documentation is valid for Homie v1.4.0

** +**

This documentation is valid for Homie v1.4.1

** ----- diff --git a/library.json b/library.json index 485e06e8..d05670cd 100644 --- a/library.json +++ b/library.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/marvinroger/homie-esp8266.git" }, - "version": "1.4.0", + "version": "1.4.1", "frameworks": "arduino", "platforms": "espressif", "dependencies": [ diff --git a/library.properties b/library.properties index 37963d45..30743ce8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Homie -version=1.4.0 +version=1.4.1 author=Marvin Roger maintainer=Marvin Roger sentence=ESP8266 framework for Homie, a lightweight MQTT convention for the IoT diff --git a/src/Homie/Constants.hpp b/src/Homie/Constants.hpp index 198b22eb..ba7f1ec9 100644 --- a/src/Homie/Constants.hpp +++ b/src/Homie/Constants.hpp @@ -3,7 +3,7 @@ #include namespace HomieInternals { - const char VERSION[] = "1.4.0"; + const char VERSION[] = "1.4.1"; const unsigned long BAUD_RATE = 115200; const IPAddress ACCESS_POINT_IP(192, 168, 1, 1);