Skip to content

Commit

Permalink
Merge pull request #13 from DutchCodingCompany/release/v0.0.3
Browse files Browse the repository at this point in the history
Release/v0.0.3
  • Loading branch information
Guldem authored Feb 21, 2023
2 parents 12af445 + e415e66 commit e002d3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.0.3

- Changed `lint` package to `flutter_lints` #12
- Exposed BiometricAvailability `Available` & `Unavailable` state. #11
- Update `local_auth` package to 2.1.3 #9
- Fixed crash when returning Unit through MethodChannel. #5

## 0.0.1+5

Fixed static analysis
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pin_lock

version: 0.0.2
version: 0.0.3

description: "A full solution to local authentication: it contains authentication logic and tracks authentication-relevant data, while providing an interface for app-specific UI implementatin."

Expand Down

0 comments on commit e002d3c

Please sign in to comment.