From b9e5d2894d5690c4c82313e5d1903d0710c0bafd Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su Date: Mon, 19 Aug 2024 13:13:49 -0700 Subject: [PATCH] Bump version for general release --- lib/globals.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/globals.dart b/lib/globals.dart index 7d564f322..a52be3926 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.5.0+65'; +const String currentVersion = '0.5.1+66'; diff --git a/pubspec.yaml b/pubspec.yaml index c15231aa6..6da52be8e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: thunder description: An open-source cross-platform Lemmy client for iOS and Android built with Flutter publish_to: "none" -version: 0.5.0+65 +version: 0.5.1+66 environment: sdk: "^3.0.0"