diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ba3e47f..2b4b328 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0+0 +current_version = 0.4.0+0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)\+(?P\d+) diff --git a/pubspec.yaml b/pubspec.yaml index 9777813..e4ae2fc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: veilidchat description: VeilidChat publish_to: 'none' -version: 0.3.0+12 +version: 0.4.0+13 environment: sdk: '>=3.2.0 <4.0.0'