From a2d0fe91c7f637f591293a0f0eca8100f4b97bbb Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su Date: Wed, 20 Sep 2023 11:37:54 -0700 Subject: [PATCH] updated 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 59117d0eb..fa0f5729f 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.2.4-3+19'; +const String currentVersion = '0.2.4+20'; diff --git a/pubspec.yaml b/pubspec.yaml index 87008455e..9d0edb56a 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.2.4-3+19 +version: 0.2.4+20 environment: sdk: "^3.0.0"