Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 2, 2017
1 parent 0e1aea4 commit 0e2e71b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ The result object `ret` looks as follows:

## Changelog

#### 0.3.1 (2017-10-02)
* (AlCalzone) Update CoAP library to fix a bug

#### 0.3.0 (2017-09-25)
* (AlCalzone) official release of the previous changes
* (AlCalzone) added transition duration and brightness change for groups
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "tradfri",
"version": "0.3.0",
"version": "0.3.1",
"news": {
"0.3.0": {
"en": "Support of groups and scenes, improved connection handling, internal improvements.",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.tradfri",
"version": "0.3.0",
"version": "0.3.1",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
Expand All @@ -16,7 +16,7 @@
}
],
"dependencies": {
"node-coap-client": "^0.4.4",
"node-coap-client": "^0.4.6",
"reflect-metadata": "^0.1.10"
},
"devDependencies": {
Expand Down

0 comments on commit 0e2e71b

Please sign in to comment.