diff --git a/library.json b/library.json index 36b8ca46..7fad2ed3 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/esphome/esphome-core.git" }, - "version": "1.12.1", + "version": "1.12.2", "authors": [ { "name": "Otto Winter", diff --git a/library.properties b/library.properties index c10ea8db..486cbc95 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=esphome-core -version=1.12.1 +version=1.12.2 author=Otto Winter maintainer=Otto Winter sentence=ESPHome - Reimagining DIY Home Automation. diff --git a/src/esphome/defines.h b/src/esphome/defines.h index 9763704a..55a26574 100644 --- a/src/esphome/defines.h +++ b/src/esphome/defines.h @@ -5,7 +5,7 @@ #include #endif -#define ESPHOME_VERSION "1.12.1" +#define ESPHOME_VERSION "1.12.2" #define HOT __attribute__((hot)) #define ESPDEPRECATED(msg) __attribute__((deprecated(msg)))