Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Jul 11, 2022
1 parent 23f7df2 commit cabca8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/irrigation_unlimited/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DOMAIN_DATA = f"{DOMAIN}_data"
COORDINATOR = "coordinator"
COMPONENT = "component"
VERSION = "2022.6.0"
VERSION = "2022.7.0"
ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/"
ISSUE_URL = "https://github.com/rgc99/irrigation_unlimited/issues"

Expand Down
4 changes: 2 additions & 2 deletions custom_components/irrigation_unlimited/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Irrigation Unlimited",
"documentation": "https://github.com/rgc99/irrigation_unlimited",
"issue_tracker": "https://github.com/rgc99/irrigation_unlimited/issues",
"version": "2022.6.0",
"version": "2022.7.0",
"dependencies": [
"recorder",
"history"
Expand All @@ -14,4 +14,4 @@
"@rgc99"
],
"requirements": []
}
}

0 comments on commit cabca8e

Please sign in to comment.