diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4968d99..9d74cd4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0b0 +current_version = 1.1.0b1 parse = (?P\d+)(\.(?P\d+))(\.(?P\d))(?P[bf]*)(?P\d*) commit = True tag = True diff --git a/custom_components/mega/manifest.json b/custom_components/mega/manifest.json index 81f6748..ae387bf 100644 --- a/custom_components/mega/manifest.json +++ b/custom_components/mega/manifest.json @@ -15,5 +15,5 @@ "@andvikt" ], "issue_tracker": "https://github.com/andvikt/mega_hacs/issues", - "version": "v1.1.0b0" + "version": "v1.1.0b1" } \ No newline at end of file