Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Bump version to v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Nov 25, 2018
1 parent ce17d78 commit 93ebaff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/OttoWinter/esphomelib.git"
},
"version": "1.9.1",
"version": "1.9.2",
"authors": [
{
"name": "Otto Winter",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=esphomelib
version=1.9.1
version=1.9.2
author=Otto Winter <[email protected]>
maintainer=Otto Winter <[email protected]>
sentence=esphomelib is a library designed to greatly simplify your firmware code for ESP32-based devices with full MQTT and Home Assistant support.
Expand Down
2 changes: 1 addition & 1 deletion src/esphomelib/defines.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ESPHOMELIB_DEFINES_H
#define ESPHOMELIB_DEFINES_H

#define ESPHOMELIB_VERSION "1.9.1"
#define ESPHOMELIB_VERSION "1.9.2"

#define HOT __attribute__ ((hot))
#define ESPDEPRECATED(msg) __attribute__((deprecated(msg)))
Expand Down

0 comments on commit 93ebaff

Please sign in to comment.