From 4f9dc14ce4777b477df6eae6f3e9732acef3762e Mon Sep 17 00:00:00 2001 From: Tino Date: Sun, 25 Jun 2023 16:23:24 +0800 Subject: [PATCH] [CHORE] Bump --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abea150..4b2d12b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [4.5.1] - 2023/06/25 +* Update dart sdk constraints + ## [4.5.0] - 2023/02/11 * New: * Support cursor with orientation and offset diff --git a/pubspec.yaml b/pubspec.yaml index d6c955e..c7bccc9 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.0 +version: 4.5.1 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