Skip to content

Commit

Permalink
Release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed May 19, 2023
1 parent ca063a6 commit 5bcf85f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body:
required: true
attributes:
label: Integration version
placeholder: "1.3.8"
placeholder: "1.4.0"
description: >
Can be found in the Configuration panel -> Integrations -> KNMI
Expand Down
2 changes: 1 addition & 1 deletion custom_components/knmi/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Base component constants.
NAME: Final = "KNMI"
DOMAIN: Final = "knmi"
VERSION: Final = "1.3.8"
VERSION: Final = "1.4.0"

# Defaults
DEFAULT_NAME: Final = NAME
Expand Down
2 changes: 1 addition & 1 deletion custom_components/knmi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://github.com/golles/ha-knmi/blob/main/README.md",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/golles/ha-knmi/issues",
"version": "1.3.8"
"version": "1.4.0"
}

0 comments on commit 5bcf85f

Please sign in to comment.