From ae0047fbf9678d7462a8c5579d43699774f707b0 Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su Date: Sun, 28 Jan 2024 13:11:07 -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 d002394ff..ff0a91322 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.2.9-2+39'; +const String currentVersion = '0.2.9-3+40'; diff --git a/pubspec.yaml b/pubspec.yaml index 74765c5f8..d54a75e1f 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.9-2+39 +version: 0.2.9-3+40 environment: sdk: "^3.0.0"