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'