Skip to content

Commit

Permalink
1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolivierarsenault committed Oct 3, 2024
1 parent 23a5b2b commit d36dcf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/moonraker/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Base component constants
DOMAIN = "moonraker"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "1.3.6"
VERSION = "1.3.7"
MANIFACTURER = "@marcolivierarsenault"

# Platforms
Expand Down
2 changes: 1 addition & 1 deletion custom_components/moonraker/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"issue_tracker": "https://github.com/marcolivierarsenault/moonraker-home-assistant/issues",
"loggers": ["moonraker"],
"requirements": ["moonraker-api==2.0.6"],
"version": "1.3.6"
"version": "1.3.7"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.6
current_version = 1.3.7
commit = True
tag = False
message = {new_version}
Expand Down

0 comments on commit d36dcf2

Please sign in to comment.