From 5d888e5ef70a75a4072946d77bf31c8d4ff7bcf9 Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su Date: Tue, 23 Jul 2024 08:29:47 -0700 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 1ea292279..3fc2d42a7 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.5.0-2+59'; +const String currentVersion = '0.5.0-3+60'; diff --git a/pubspec.yaml b/pubspec.yaml index f401cfe6d..69a0347a2 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-2+59 +version: 0.5.0-3+60 environment: sdk: "^3.0.0"