Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Feb 3, 2021
1 parent e2f67bb commit ef4538b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Development of this ioBroker Adapter was possible on the work performed by:

## Changelog

### 0.0.2

* (klein0r) First connection

### 0.0.1

* (klein0r) initial release
Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "comfoairq",
"version": "0.0.1",
"version": "0.0.2",
"news": {
"0.0.2": {
"en": "First connection",
"de": "Erster Verbindungsaufbau möglich"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung"
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": "iobroker.comfoairq",
"version": "0.0.1",
"version": "0.0.2",
"description": "Connect your Zehnder ComfoAirQ over ComfoConnect LAN C",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit ef4538b

Please sign in to comment.