From 30ec1e63d720e7d3ee56414b8c39d77139da68ce Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Fri, 14 Jun 2024 09:13:19 -0400 Subject: [PATCH] Bump version to 0.11.0 for new changes --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 406bb4a..e42ad49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Relatica Change Log +## Version 0.11.0 (beta) + +* Changes +* Fixes +* New Features + ## Version 0.10.0 (beta) * Changes diff --git a/pubspec.yaml b/pubspec.yaml index f86a0fd..9d09de7 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.10.0 +version: 0.11.0 environment: sdk: '>=3.0.0 <4.0.0'