diff --git a/lib/globals.dart b/lib/globals.dart index 60445bd13..43576f0da 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.5.0-6+63'; +const String currentVersion = '0.5.0+64'; diff --git a/pubspec.yaml b/pubspec.yaml index 01d01c319..33cf81267 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-6+63 +version: 0.5.0+64 environment: sdk: "^3.0.0"