diff --git a/CHANGELOG.md b/CHANGELOG.md index 35199d5d..914e6d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [7.0.0] + +- Added null-safety to the main branch. + # [7.0.0-nullsafety] ### Features ✨ diff --git a/pubspec.yaml b/pubspec.yaml index c280f333..d9307589 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: pin_code_fields description: A flutter package which will help you to generate pin code fields. Can be useful for OTP for example. -version: 7.0.0-nullsafety +version: 7.0.0 homepage: https://github.com/adar2378 repository: https://github.com/adar2378/pin_code_fields environment: - sdk: ">=2.12.0-0 <3.0.0" + sdk: ">=2.12.0 <3.0.0" dependencies: flutter: