Skip to content

Commit 67422a9

Browse files
committed
Bump version
1 parent ddf0678 commit 67422a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/gismeteo/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# Base component constants
3737
NAME = "Gismeteo"
3838
DOMAIN = "gismeteo"
39-
VERSION = "2.1.1.dev0"
39+
VERSION = "2.1.1"
4040
ATTRIBUTION = "Data provided by Gismeteo"
4141
ISSUE_URL = "https://github.com/Limych/ha-blueprint/issues"
4242

custom_components/gismeteo/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "gismeteo",
33
"name": "Gismeteo",
4-
"version": "2.1.1.dev0",
4+
"version": "2.1.1",
55
"documentation": "https://github.com/Limych/ha-gismeteo",
66
"issue_tracker": "https://github.com/Limych/ha-blueprint/issues",
77
"dependencies": [

0 commit comments

Comments
 (0)