From 87987a57f0860983caf0b7f7ecfbde1cf6a95f82 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Wed, 26 Apr 2023 20:25:57 -0400 Subject: [PATCH] Update version number to 0.5.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e9bbde4..05669bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: relatica description: A mobile and desktop client for interacting with the Friendica social network publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 0.4.0+1 +version: 0.5.0+1 environment: sdk: '>=2.18.2 <3.0.0'