From e2d57761e33c62186272b299d28b8be42165a71d Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Fri, 2 Aug 2024 18:49:45 -0500 Subject: [PATCH] =?UTF-8?q?Version=20update:=20v0.4.0=20=E2=86=92=20v0.4.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 2b4b328..f070c6f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0+0 +current_version = 0.4.1+0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)\+(?P\d+) diff --git a/pubspec.yaml b/pubspec.yaml index e4ae2fc..653396f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: veilidchat description: VeilidChat publish_to: 'none' -version: 0.4.0+13 +version: 0.4.1+14 environment: sdk: '>=3.2.0 <4.0.0'