From 4231f26c1811bd3d4de8d454446c200f3dfc2780 Mon Sep 17 00:00:00 2001 From: naoki0719 Date: Wed, 29 Jul 2020 09:00:18 +0900 Subject: [PATCH] bump version to 1.2.3 --- CHANGELOG.md | 6 +++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3396b3c..d36004e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## [1.2.3] - 2020-07-29 + +- Fix a missing exception in onUnlocked. + ## [1.2.2] - 2020-07-28 -- Fix exception for onUnlocked +- Fix exception for onUnlocked. ## [1.2.1] - 2020-07-08 diff --git a/example/pubspec.lock b/example/pubspec.lock index 5d19dda..4692b6a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -26,7 +26,7 @@ packages: path: ".." relative: true source: path - version: "1.2.2" + version: "1.2.3" intl: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 582d993..96fb1a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_screen_lock description: Provides the ability to lock the screen on ios and android. Biometric authentication can be used in addition to passcode. homepage: https://github.com/naoki0719/flutter_screen_lock -version: 1.2.2 +version: 1.2.3 environment: sdk: ">=2.1.0 <3.0.0"