From a31f9c211592827cadfe383366e866dd33afbbea Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su Date: Sun, 4 Aug 2024 10:48:44 -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 3fc2d42a7..f5baa39d1 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.5.0-3+60'; +const String currentVersion = '0.5.0-4+61'; diff --git a/pubspec.yaml b/pubspec.yaml index 69a0347a2..b12a05f69 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-3+60 +version: 0.5.0-4+61 environment: sdk: "^3.0.0"