Skip to content

Commit

Permalink
Fixed issue with TOTP token not being properly sent due to improper J…
Browse files Browse the repository at this point in the history
…SON formatting, and updated version for nightly
  • Loading branch information
hjiangsu committed Nov 17, 2023
1 parent c2ef56e commit 783c1b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased
### Fixed
- Fixed rendering issues with markdown link parsing
- Fixed issue where TOTP token was not sent properly

## 0.2.5+25 - 2023-11-15
### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/globals.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const String currentVersion = '0.2.5+25';
const String currentVersion = '0.2.6-2+27';
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -882,8 +882,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "11893cac21d13e424f188420cbbdbf9164c28498"
resolved-ref: "11893cac21d13e424f188420cbbdbf9164c28498"
ref: "0e95e72a4f45132cdcee0a5de153a6653ee0b65e"
resolved-ref: "0e95e72a4f45132cdcee0a5de153a6653ee0b65e"
url: "https://github.com/thunder-app/lemmy_api_client.git"
source: git
version: "0.21.0"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.5+25
version: 0.2.6-2+27

environment:
sdk: "^3.0.0"
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies:
lemmy_api_client:
git:
url: https://github.com/thunder-app/lemmy_api_client.git
ref: 11893cac21d13e424f188420cbbdbf9164c28498
ref: 0e95e72a4f45132cdcee0a5de153a6653ee0b65e
link_preview_generator:
git:
url: https://github.com/thunder-app/link_preview_generator.git
Expand Down

0 comments on commit 783c1b5

Please sign in to comment.