Skip to content

Commit

Permalink
Merge branch 'corr_267'
Browse files Browse the repository at this point in the history
  • Loading branch information
fcusson committed Dec 16, 2021
2 parents 51603cc + 224aa5b commit 148055f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "3.6.21"
__VERSION__ = "3.6.23"

bump:
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/spotcast/manifest.json
Expand Down
2 changes: 1 addition & 1 deletion custom_components/spotcast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"requirements": [
"spotify_token==1.0.0"
],
"version": "v3.6.22",
"version": "v3.6.23",
"dependencies": [
"spotify"
],
Expand Down
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 = 3.6.21
current_version = 3.6.23

[flake8]
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
Expand Down

0 comments on commit 148055f

Please sign in to comment.