diff --git a/CHANGELOG.md b/CHANGELOG.md index 44bd14f..79ddfb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [9.0.0+1] - 2023-02-15 + +- Disable splash animation for hidden buttons. + ## [9.0.0+1] - 2022-11-17 - Added change log. diff --git a/pubspec.yaml b/pubspec.yaml index 507aa7a..9b3f9a6 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: 9.0.0+1 +version: 9.0.1 environment: sdk: ">=2.17.0-0 <3.0.0"