Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Roger committed Apr 17, 2016
1 parent f7be173 commit 507de48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -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.

**<p align="center">This documentation is valid for Homie <u>v1.4.0</u></p>**
**<p align="center">This documentation is valid for Homie <u>v1.4.1</u></p>**

-----

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
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=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
Expand Down
2 changes: 1 addition & 1 deletion src/Homie/Constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <ESP8266WiFi.h>

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);
Expand Down

0 comments on commit 507de48

Please sign in to comment.