From ee26759003edf6b3241759946821f63c330d4482 Mon Sep 17 00:00:00 2001 From: andvikt Date: Fri, 29 Oct 2021 21:04:30 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.10b20=20=E2=86=92=201.1.0?= =?UTF-8?q?b0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- custom_components/mega/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3f5ab79..55fe4af 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.10b20 +current_version = 1.1.0b0 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 ebaf664..81f6748 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.0.10b20" + "version": "v1.1.0b0" } \ No newline at end of file