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.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Nov 13, 2018
1 parent 597df81 commit 0c73e7b
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.0b5",
"version": "1.9.0b6",
"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.0b5
version=1.9.0b6
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.0b5"
#define ESPHOMELIB_VERSION "1.9.0b6"

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

0 comments on commit 0c73e7b

Please sign in to comment.