diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f47a106..afe34d288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## Unreleased +## 0.2.6 - 2023-11-22 ### Fixed - Fixed rendering issues with markdown link parsing - Fixed issue where TOTP token was not sent properly -## 0.2.5+25 - 2023-11-15 +## 0.2.5 - 2023-11-15 ### Added - Improved account switching logic - contribution from @micahmo - Added anonymous browsing mode for any instance - contribution from @micahmo diff --git a/lib/globals.dart b/lib/globals.dart index 1b8282b24..c09b4b0e6 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const String currentVersion = '0.2.6-2+27'; +const String currentVersion = '0.2.6+28'; diff --git a/pubspec.yaml b/pubspec.yaml index 83a15438a..e64a35f3d 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.2.6-2+27 +version: 0.2.6+28 environment: sdk: "^3.0.0"