Skip to content

Commit

Permalink
Merge pull request #282 from jeroenterheerdt/v2.0
Browse files Browse the repository at this point in the history
v2023.9.0 - first release of V2! Thanks to everyone who contributed
  • Loading branch information
jeroenterheerdt authored Sep 24, 2023
2 parents 3078274 + b7d411e commit c6043d0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion custom_components/smart_irrigation/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Store constants."""


VERSION = "v2023.9.0-beta23"
VERSION = "v2023.9.0"
NAME = "Smart Irrigation"
MANUFACTURER = "@jeroenterheerdt"

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion custom_components/smart_irrigation/frontend/src/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = "v2023.9.0-beta23";
export const VERSION = "v2023.9.0";
export const REPO = "https://github.com/jeroenterheerdt/HASmartIrrigation;";
export const ISSUES_URL = REPO + "/issues";

Expand Down
2 changes: 1 addition & 1 deletion custom_components/smart_irrigation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "local_push",
"issue_tracker": "https://github.com/jeroenterheerdt/HASmartIrrigation/issues",
"requirements": [],
"version": "v2023.9.0-beta23"
"version": "v2023.9.0"
}

0 comments on commit c6043d0

Please sign in to comment.