From e40bd717f83b759378f6724d423aa681dd3d921a Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Mon, 10 Jun 2024 20:18:38 -0500 Subject: [PATCH] =?UTF-8?q?Version=20update:=20v0.2.0=20=E2=86=92=20v0.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 85f2f9d..ca34235 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0+10 +current_version = 0.2.1+0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)\+(?P\d+) diff --git a/pubspec.yaml b/pubspec.yaml index 60c759a..a77991a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: veilidchat description: VeilidChat publish_to: 'none' -version: 0.2.0+10 +version: 0.2.1+11 environment: sdk: '>=3.2.0 <4.0.0'