From 2020847bc4928fa257fef5c9f69591c53badeae8 Mon Sep 17 00:00:00 2001 From: Tino Date: Thu, 22 Aug 2024 22:28:53 +0800 Subject: [PATCH] [CHORE] Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2d12b..1bbf8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [4.5.2] - 2024/08/22 +* #101 Fix Bad state error, thx [dejunDev](https://github.com/dejunDev) + ## [4.5.1] - 2023/06/25 * Update dart sdk constraints diff --git a/pubspec.yaml b/pubspec.yaml index 02aa3d5..8318e25 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pin_input_text_field description: A textField widget to help display different style pin written in pure dart, no extra dependency. -version: 4.5.1 +version: 4.5.2 homepage: https://github.com/TinoGuo/pin_input_text_field repository: https://github.com/TinoGuo/pin_input_text_field issue_tracker: https://github.com/TinoGuo/pin_input_text_field/issues