diff --git a/CHANGELOG.md b/CHANGELOG.md index 294ac37..eae696f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [1.1.0+1] + +* Fix dart static analysis warnings + # [1.1.0] * Updated README.md diff --git a/example/pubspec.lock b/example/pubspec.lock index a3336e7..fdbab14 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -119,7 +119,7 @@ packages: path: ".." relative: true source: path - version: "1.1.0" + version: "1.1.0+1" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index cda5631..9d7988e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: firebase_phone_auth_handler description: An easy-to-use firebase phone authentication package to easily send and verify OTP's with auto-fetch OTP support via SMS. Supports web out of the box. -version: 1.1.0 +version: 1.1.0+1 homepage: https://github.com/rithik-dev/firebase_phone_auth_handler repository: https://github.com/rithik-dev/firebase_phone_auth_handler issue_tracker: https://github.com/rithik-dev/firebase_phone_auth_handler/issues