Skip to content

Commit

Permalink
actually support floating point numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Feb 15, 2018
1 parent acde862 commit 2192955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ The result object `ret` looks as follows:

## Changelog

#### 1.1.2 (2018-02-15)
* (AlCalzone) Update `node-tradfri-client` version
#### 1.1.3 (2018-02-15)
* (AlCalzone) Update `node-tradfri-client` version for better RGB support and floating point values

#### 1.1.1 (2018-02-07)
* (AlCalzone) Attempt to fix `TypeError: generator already running`
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "tradfri",
"version": "1.1.2",
"version": "1.1.3",
"news": {
"1.1.2": {
"1.1.3": {
"en": "Updated node-tradfri-client version.",
"de": "Version von node-tradfri-client aktualisiert."
},
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": "1.1.2",
"version": "1.1.3",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
Expand All @@ -16,7 +16,7 @@
}
],
"dependencies": {
"node-tradfri-client": "^0.8.0"
"node-tradfri-client": "^0.8.1"
},
"devDependencies": {
"@types/chai": "^4.1.2",
Expand Down

0 comments on commit 2192955

Please sign in to comment.