Skip to content

Commit

Permalink
Merge pull request #108 from jack-blackson/v2.1.1
Browse files Browse the repository at this point in the history
V2.1.1
  • Loading branch information
jack-blackson authored Feb 8, 2022
2 parents 2614fcb + d4d622b commit 0514004
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2021 jack-blackson [email protected]
Copyright (c) 2019-2022 jack-blackson [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ If you don't find your country, please create an issue on github, and I will be


## Changelog

## 2.1.1 (2022-02-08)
* (jack-blackson) Updated License Info
* (jack-blackson) Fixed errors for js-controller 4.x

## 2.1.0 (2022-02-03)
* (jack-blackson) Added Switzerland

Expand Down Expand Up @@ -223,7 +228,7 @@ Bell in icon designed by Freepik from www.flaticon.com
## License
The MIT License (MIT)

Copyright (c) 2019-2021 jack-blackson <[email protected]>
Copyright (c) 2019-2022 jack-blackson <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 18 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "meteoalarm",
"version": "2.1.0",
"version": "2.1.1",
"news": {
"2.1.1": {
"en": "Bugfixes",
"de": "Fehlerbehebung",
"ru": "Исправление ошибок",
"pt": "Correções de bugs",
"nl": "Bugfixes",
"fr": "Corrections de bugs",
"it": "Correzioni di bug",
"es": "Corrección de errores",
"pl": "Poprawki",
"zh-cn": "Bug修复"
},
"2.1.0": {
"en": "Added Switzerland",
"de": "Schweiz hinzugefügt",
Expand Down Expand Up @@ -180,6 +192,9 @@
"platform": "Javascript/Node.js",
"mode": "schedule",
"schedule": "*/10 * * * *",
"dependencies": {
"js-controller": ">=3.0.0"
},
"enabled": true,
"compact": true,
"readme": "https://github.com/jack-blackson/ioBroker.meteoalarm/blob/master/README.md",
Expand Down Expand Up @@ -283,7 +298,7 @@
"role": "value",
"read": true,
"write": false,
"def": ""
"def": 0
},
"native": {}
},
Expand All @@ -309,7 +324,7 @@
"role": "value",
"read": true,
"write": false,
"def": ""
"def": 0
},
"native": {}
},
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.meteoalarm",
"version": "2.1.0",
"version": "2.1.1",
"description": "Meteolaram",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit 0514004

Please sign in to comment.