From 2f597ef1a20f2b6437763972a68554bda18f9916 Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Tue, 3 Jun 2025 13:02:10 -0500 Subject: [PATCH] =?UTF-8?q?Version=20update:=20v0.4.7=20=E2=86=92=20v0.4.8?= 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 a5b4502..84b9f17 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.7+0 +current_version = 0.4.8+0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)\+(?P\d+) diff --git a/pubspec.yaml b/pubspec.yaml index e605c0e..cee2ec7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: veilidchat description: VeilidChat publish_to: "none" -version: 0.4.7+20 +version: 0.4.8+21 environment: sdk: ">=3.2.0 <4.0.0"