diff --git a/CHANGELOG.md b/CHANGELOG.md index ee688f2..7434fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ SPDX-FileCopyrightText: 2022 Iconica SPDX-License-Identifier: GPL-3.0-or-later --> +# 2.1.0 +- updated flutter_input_library to 3.2.1 # 2.0.4 - feat: added maxFormWidth to AuthScreen diff --git a/pubspec.yaml b/pubspec.yaml index 1e2d415..e3cc545 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: flutter_registration description: A Flutter Registration package -version: 2.0.4 +version: 2.1.0 repository: https://github.com/Iconica-Development/flutter_registration publish_to: none @@ -17,7 +17,7 @@ dependencies: flutter_input_library: git: url: https://github.com/Iconica-Development/flutter_input_library - ref: 3.1.0 + ref: 3.3.1 flutter: sdk: flutter