Skip to content

Commit 11602be

Browse files
authored
Bump version to 1.4.0 (#229)
1 parent 14fb121 commit 11602be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/blitzortung/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"requirements": [
1616
"paho-mqtt>=1.5.0"
1717
],
18-
"version": "1.4.0-b1"
18+
"version": "1.4.0"
1919
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version module for the Blitzortung integration."""
22

3-
__version__ = "1.4.0-b1"
3+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)