Skip to content

Commit

Permalink
Removed localLink
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Mar 4, 2020
1 parent 546aacd commit d588df4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ To get an API-Key you have to go to [console.developers.google.com](https://cons

## Changelog

### 0.0.8

* (klein0r) Removed link from overview

### 0.0.7

* (klein0r) Added VIS widget
Expand Down
7 changes: 5 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "youtube",
"version": "0.0.7",
"version": "0.0.8",
"news": {
"0.0.8": {
"en": "Removed link from overview",
"de": "Link aus der Übersicht entfernt"
},
"0.0.7": {
"en": "Added VIS widget",
"de": "VIS widget hinzugefügt"
Expand Down Expand Up @@ -65,7 +69,6 @@
"type": "misc-data",
"compact": true,
"materialize": true,
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"restartAdapters": [
"vis"
],
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.youtube",
"version": "0.0.7",
"version": "0.0.8",
"description": "ioBroker YouTube Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit d588df4

Please sign in to comment.