From 6b152b076c3336aa477150f9a29f33e8828b68b4 Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su <30667958+hjiangsu@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:04:03 -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 8f59e0c6c..3f8ab55f2 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.3.0-3+47'; +const String currentVersion = '0.3.0-4+48'; diff --git a/pubspec.yaml b/pubspec.yaml index 0715eca9b..9f32f28b2 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.3.0-3+47 +version: 0.3.0-4+48 environment: sdk: "^3.0.0"