Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
Remove redundant 'use strict'
Remove superfluous assignment
Reduce code complexity
Use single quotes
Update dependencies
  • Loading branch information
tim-hellhake committed Aug 19, 2021
1 parent 99f9210 commit e4a1ea8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "netatmo-weather-adapter",
"name": "Netatmo Weather Station",
"short_name": "Netatmo",
"version": "0.5.1",
"version": "0.5.2",
"description": "WoT adapter for netatmo weather stations",
"homepage_url": "https://github.com/tim-hellhake/netatmo-weather-adapter#readme",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netatmo-weather-adapter",
"display_name": "Netatmo Weather Station",
"version": "0.5.1",
"version": "0.5.2",
"description": "WoT adapter for netatmo weather stations",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit e4a1ea8

Please sign in to comment.