From 16e12d71305494e540146549e35f630e18ca16b7 Mon Sep 17 00:00:00 2001 From: Vatsal Tanna Date: Tue, 12 Oct 2021 15:46:04 +0530 Subject: [PATCH] version bump 3.0.0 to 3.0.1 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fab529..5723d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -## 3.0.1 - Sep 28, 2021 [Unreleased] +## 3.0.1 - Oct 12, 2021 + +- Fixed [#40](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/issues/40) - Absence of focus node in credit_card_form.dart - Fixed [#57](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/issues/57) - Can we specify a custom card type logos +- License update from BSD 2-Clause "Simplified" to MIT ## 3.0.0 - Sep 23, 2021 diff --git a/pubspec.yaml b/pubspec.yaml index 3430547..aab53f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_credit_card description: A Credit Card widget package, support entering card details, card flip animation. -version: 3.0.0 +version: 3.0.1 homepage: https://github.com/simformsolutions/flutter_credit_card issue_tracker: https://github.com/simformsolutions/flutter_credit_card/issues