Skip to content

Commit

Permalink
Update quick_log
Browse files Browse the repository at this point in the history
  • Loading branch information
daegalus committed Aug 26, 2020
1 parent e46a0f9 commit 3e1a21c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

v2.2.2
- Update quick_log to latest version

v2.2.1
- Correctly use Google Auth flag (`isGoogle`) to disable padding. (thanks hpoul)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub.dartlang.org: (you can use 'any' instead of a version if you just want the l

```yaml
dependencies:
otp: 2.2.1
otp: 2.2.2
```
```dart
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: otp
version: 2.2.1
version: 2.2.2
description: RFC6238 Time-Based One-Time Password / Google Authenticator Library
homepage: https://github.com/Daegalus/dart-otp
environment:
Expand All @@ -8,7 +8,7 @@ dependencies:
base32: ">=1.1.1 <2.0.0"
crypto: ">=2.1.3 <3.0.0"
convert: ">=2.0.0 <3.0.0"
quick_log: ">=0.4.0 <1.0.0"
quick_log: ">=1.0.0 <2.0.0"
dev_dependencies:
test: any
pedantic: ^1.0.0

0 comments on commit 3e1a21c

Please sign in to comment.