Skip to content

Commit

Permalink
bugfix in version number
Browse files Browse the repository at this point in the history
  • Loading branch information
unltdnetworx committed Sep 10, 2018
1 parent 2e4cdbf commit b4ad747
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Help or hints are welcome.

## Changelog

### 1.0.3
* bugfix in version number

### 1.0.2
* code cleanup

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": "stiebel-isg",
"version": "1.0.1",
"version": "1.0.3",
"news": {
"1.0.3": {
"en": "bugfix in version number",
"de": "Bugfix in version"
},
"1.0.2": {
"en": "code cleanup",
"de": "Code aufgeräumt"
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.stiebel-isg",
"version": "1.0.2",
"version": "1.0.3",
"description": "stiebel/tecalor internet service gateway",
"author": {
"name": "Michael Schuster",
Expand Down

0 comments on commit b4ad747

Please sign in to comment.