Add version (#7)

* Update manifest.json

Added version 1.0.0  - because cant find any version info
With next HA update addon stop working without it

* Update custom_components/nicehash/manifest.json

Decreased version to 0.1.0

Co-authored-by: Brian Berg <brianberg.se@gmail.com>

Co-authored-by: Brian Berg <brianberg.se@gmail.com>
This commit is contained in:
fufar 2021-06-02 16:11:53 +03:00 committed by GitHub
parent 72543f69f6
commit bbf0c7bb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,11 @@
"documentation": "https://github.com/brianberg/ha-nicehash", "documentation": "https://github.com/brianberg/ha-nicehash",
"issue_tracker": "https://github.com/brianberg/ha-nicehash/issues", "issue_tracker": "https://github.com/brianberg/ha-nicehash/issues",
"dependencies": [], "dependencies": [],
"version": "0.1.0",
"codeowners": [ "codeowners": [
"@brianberg" "@brianberg"
], ],
"requirements": [ "requirements": [
"httpx" "httpx"
] ]
} }