From 4d760abb28887d051dd7fb7e4c0469da9365a5db Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 1 Jun 2018 18:48:36 +0200 Subject: [PATCH] Bump version to 1.6.0 --- library.json | 2 +- library.properties | 2 +- src/esphomelib/defines.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index cbf36c6b..548af024 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/OttoWinter/esphomelib.git" }, - "version": "1.5.3", + "version": "1.6.0", "authors": [ { "name": "Otto Winter", diff --git a/library.properties b/library.properties index dbd94bf3..8331c3d5 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=esphomelib -version=1.5.3 +version=1.6.0 author=Otto Winter maintainer=Otto Winter sentence=esphomelib is a library designed to greatly simplify your firmware code for ESP32-based devices with full MQTT and Home Assistant support. diff --git a/src/esphomelib/defines.h b/src/esphomelib/defines.h index 50176b23..a95646e8 100644 --- a/src/esphomelib/defines.h +++ b/src/esphomelib/defines.h @@ -9,7 +9,7 @@ #ifndef ESPHOMELIB_DEFINES_H #define ESPHOMELIB_DEFINES_H -#define ESPHOMELIB_VERSION "1.5.3" +#define ESPHOMELIB_VERSION "1.6.0" #ifndef DOXYGEN #define ESPHOMELIB_NAMESPACE_BEGIN namespace esphomelib {