Skip to content

Commit

Permalink
Fixed missing VIS widget
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Nov 6, 2021
1 parent 2ce9977 commit bd65bfe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ iobroker add trashschedule

## Changelog

### 1.3.2

* (klein0r) Fixed missing VIS widget

### 1.3.1

* (klein0r) Fixed missing translations
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": "trashschedule",
"version": "1.3.1",
"version": "1.3.2",
"news": {
"1.3.2": {
"en": "Fixed missing VIS widget",
"de": "Fehlendes VIS widget wieder hinzugefügt"
},
"1.3.1": {
"en": "Fixed missing translations",
"de": "Fehlende Übersetzungen hinzugefügt"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.trashschedule",
"version": "1.3.1",
"version": "1.3.2",
"description": "Calculates the days until next trash pickup",
"author": {
"name": "Matthias Kleine",
Expand Down Expand Up @@ -68,7 +68,8 @@
"www/",
"io-package.json",
"LICENSE",
"main.js"
"main.js",
"widgets/"
],
"scripts": {
"watch:parcel": "parcel admin/src/index.jsx -d admin/build",
Expand Down

0 comments on commit bd65bfe

Please sign in to comment.