Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjo committed Jan 16, 2022
1 parent 09115ff commit 138babc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "2022.01.2"
__VERSION__ = "2022.01.3"

bump:
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/norwegiantide/const.py custom_components/norwegiantide/manifest.json
Expand Down
2 changes: 1 addition & 1 deletion custom_components/norwegiantide/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
API_ATTRIBUTION = "Data from ©Kartverket (www.kartverket.no)"
API_ATTRIBUTION_URL = "http://sehavniva.no/"
API_NAME = "norwegiantide"
VERSION = "2022.01.2"
VERSION = "2022.01.3"
API_USER_AGENT = f"{API_NAME}/{VERSION} https://github.com/tmjo/ha-norwegiantide"
API_PREDICTION = "prediction"
API_OBSERVATION = "observation"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/norwegiantide/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
NAME = "Norwegian Tide"
DOMAIN = "norwegiantide"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2022.01.2"
VERSION = "2022.01.3"
ATTRIBUTION = "Data from ©Kartverket (www.kartverket.no)"
MANUFACTURER = f"{NAME}"
ISSUE_URL = "https://github.com/tmjo/ha-norwegiantide/issues"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/norwegiantide/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "norwegiantide",
"name": "Norwegian Tide",
"version": "2022.01.2",
"version": "2022.01.3",
"documentation": "https://github.com/tmjo/ha-norwegiantide",
"issue_tracker": "https://github.com/tmjo/ha-norwegiantide/issues",
"dependencies": [],
Expand Down

0 comments on commit 138babc

Please sign in to comment.