Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkrupa committed May 7, 2019
1 parent 653b4dc commit 6ab6695
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ Note: This command may vary depending on your OS (e.g. Linux, macOS, CygWin). If

## Changelog

[1.2.2]

- Fix incorrect state checks

[1.2.0]

- Add multiple device support
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Gree HVAC MQTT bridge",
"version": "1.2.1",
"version": "1.2.2",
"slug": "gree_hvac_mqtt_bridge",
"description": "Hass.io addon for controlling Gree air conditioners using the MQTT climate platform",
"arch": [ "aarch64", "amd64", "armhf", "armv7", "i386" ],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gree-hvac-mqtt-bridge",
"version": "1.2.1",
"version": "1.2.2",
"description": "MQTT Bridge for controlling Gree smart air conditioners",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6ab6695

Please sign in to comment.