From ee7a983d739d1da6281335450ce19b54b685da08 Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su Date: Thu, 13 Jun 2024 11:02:18 -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 3ac956315..79f1e8d7e 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.4.0+57'; +const String currentVersion = '0.5.0-1+58'; diff --git a/pubspec.yaml b/pubspec.yaml index 353ba2b18..27c97fa1c 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.4.0+57 +version: 0.5.0-1+58 environment: sdk: "^3.0.0"