From 17a741a3d32a2e610d28acf4817f7e5a94fda802 Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su Date: Fri, 1 Dec 2023 14:53:00 -0800 Subject: [PATCH] updated version for nightly --- 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 a7aa7fce4..c45a9eb43 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.2.7-1+29'; +const String currentVersion = '0.2.7-2+30'; diff --git a/pubspec.yaml b/pubspec.yaml index 3c941c966..f787ecf50 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.7-1+29 +version: 0.2.7-2+30 environment: sdk: "^3.0.0"