From 507de488118558fdb1242d7adcc59d5c1a302fbd Mon Sep 17 00:00:00 2001 From: Marvin Roger Date: Sun, 17 Apr 2016 12:54:43 +0200 Subject: [PATCH] Bump version --- docs/index.md | 2 +- library.json | 2 +- library.properties | 2 +- src/Homie/Constants.hpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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);