From 57786e33548cf49f8ac5d8030e85045a56d1713f Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su Date: Mon, 3 Feb 2025 18:49:17 -0800 Subject: [PATCH] updated version for general release --- 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 b4e872f99..20ed47a6d 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.6.0-4+70'; +const String currentVersion = '0.6.0+71'; diff --git a/pubspec.yaml b/pubspec.yaml index 596467eba..b440bf358 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-4+70" +version: "0.6.0+71" environment: sdk: "^3.0.0"