Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilis-panos committed May 14, 2020
1 parent 0b6e85d commit 67bdbb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/smartir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
_LOGGER = logging.getLogger(__name__)

DOMAIN = 'smartir'
VERSION = '1.9.0'
VERSION = '1.10.0'
MANIFEST_URL = (
"https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/{}/"
Expand Down
6 changes: 3 additions & 3 deletions custom_components/smartir/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": [],
"codeowners": ["@smartHomeHub"],
"requirements": ["aiofiles==0.5.0"],
"homeassistant": "0.96.0",
"homeassistant": "0.110.0",
"updater": {
"version": "1.9.0",
"releaseNotes": "-- Adds support for oscillate in fans",
"version": "1.10.0",
"releaseNotes": "-- Fixes deprecation warnings",
"files": [
"__init__.py",
"climate.py",
Expand Down

0 comments on commit 67bdbb6

Please sign in to comment.