Skip to content

Commit

Permalink
Fixed printjob state format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed May 1, 2021
1 parent ab100aa commit f911430
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Adapter to connect OctoPrint to ioBroker

## Changelog

### 1.0.10

* (klein0r) Fixed printjob state format issues

### 1.0.9

* (klein0r) nodejs 12 required
Expand Down
8 changes: 6 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "octoprint",
"version": "1.0.9",
"version": "1.0.10",
"news": {
"1.0.10": {
"en": "Fixed printjob state format issues",
"de": "Datumsformat des aktuellen Printjob korrigiert"
},
"1.0.9": {
"en": "Nodejs 12 required",
"de": "Nodejs 12 erforderlich"
Expand Down Expand Up @@ -352,7 +356,7 @@
"common": {
"name": "File origin",
"type": "number",
"role": "value",
"role": "date",
"read": true,
"write": false
},
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.octoprint",
"version": "1.0.9",
"version": "1.0.10",
"description": "ioBroker OctoPrint Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit f911430

Please sign in to comment.