From 6fa4146ea61d762c628055d50a8befe30c94e4bc Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su Date: Wed, 11 Dec 2024 19:25:29 -0800 Subject: [PATCH] update 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 c8c87a798..bcafb592a 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.6.0-1+67'; +const String currentVersion = '0.6.0-2+68'; diff --git a/pubspec.yaml b/pubspec.yaml index f49ec0841..39932ef36 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.6.0-1+67" +version: "0.6.0-2+68" environment: sdk: "^3.0.0"