diff --git a/CHANGELOG.md b/CHANGELOG.md index 8727e7f..d99f219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.10 + +- One little 'Y' I missed + ## 0.0.9 - Drastically improved usability and performance with flutter web and canvaskit renderer, especially on mobile diff --git a/lib/stripe_native_card_field.dart b/lib/stripe_native_card_field.dart index fac9d69..a6f4936 100644 --- a/lib/stripe_native_card_field.dart +++ b/lib/stripe_native_card_field.dart @@ -498,7 +498,7 @@ class CardTextFieldState extends State { if (_isMobile && _expirationController.text == '\u200b') - Text('MM/YYY', style: _hintTextSyle), + Text('MM/YY', style: _hintTextSyle), TextFormField( key: const Key('expiration_field'), focusNode: expirationFocusNode, diff --git a/pubspec.yaml b/pubspec.yaml index d2b1806..a9aadc9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_native_card_field description: A native flutter implementation of the elegant Stripe Card Field. -version: 0.0.9 +version: 0.0.10 repository: https://git.fosscat.com/n8r/stripe_native_card_field environment: