Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
v0.5.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
stelgenhof committed Aug 25, 2017
1 parent aa187cc commit 9c9c93c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

### Added

### Changed

### Fixed

### Removed

## [0.5.0] - 2017-08-25

### Added
- REST API
- Support for Home Assistant's MQTT Discovery. Have **AiLight** set up your light automatically!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**AiLight** is a custom firmware for the inexpensive Ai-Thinker (or equivalent) RGBW WiFi light bulbs that has a ESP8266 onboard and controlled by the MY9291 LED driver.

Current Stable Release: **v0.4.1** (Please read the [changelog](https://github.com/stelgenhof/AiLight/blob/master/CHANGELOG.md) for detailed information).
Current Stable Release: **v0.5.0** (Please read the [changelog](https://github.com/stelgenhof/AiLight/blob/master/CHANGELOG.md) for detailed information).

![Ai-Thinker RGBW Light bulb](https://github.com/stelgenhof/AiLight/wiki/images/aithinker_light.png)
![AiLight](https://www.sachatelgenhof.nl/user/pages/02.blog/ailight/screen_combo_m.png)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AiLight",
"version": "0.4.1-dev",
"version": "0.5.0",
"description": "AiLight is a custom firmware for the inexpensive Ai-Thinker (or equivalent) RGBW WiFi light bulbs that has a ESP8266 onboard and controlled by the MY9291 LED driver.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define APP_NAME "AiLight"
#define APP_VERSION "0.4.1-dev"
#define APP_VERSION "0.5.0"
#define APP_AUTHOR "stelgenhof@gmail.com"

#define DEVICE_MANUFACTURER "Ai-Thinker"
Expand Down

0 comments on commit 9c9c93c

Please sign in to comment.