Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Mar 5, 2021
1 parent ddf0678 commit 67422a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/gismeteo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Base component constants
NAME = "Gismeteo"
DOMAIN = "gismeteo"
VERSION = "2.1.1.dev0"
VERSION = "2.1.1"
ATTRIBUTION = "Data provided by Gismeteo"
ISSUE_URL = "https://github.com/Limych/ha-blueprint/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/gismeteo/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "gismeteo",
"name": "Gismeteo",
"version": "2.1.1.dev0",
"version": "2.1.1",
"documentation": "https://github.com/Limych/ha-gismeteo",
"issue_tracker": "https://github.com/Limych/ha-blueprint/issues",
"dependencies": [
Expand Down

0 comments on commit 67422a9

Please sign in to comment.