From ef189517c11735228d5c11491e746af45156c452 Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Tue, 5 Dec 2023 11:08:39 -0700 Subject: [PATCH] Changed lower sdk constraint --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0425b9e..37043eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.7 + +- Changed pubspec versioning to allow lower SDK constraints (>=2.12.0) + ## 0.0.6 - Improved assertion and error messaging when missing stripe implements diff --git a/pubspec.yaml b/pubspec.yaml index 254f760..f900a93 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: stripe_native_card_field description: A native flutter implementation of the elegant Stripe Card Field. -version: 0.0.6 +version: 0.0.7 repository: https://git.fosscat.com/n8r/stripe_native_card_field environment: - sdk: '>=3.1.3 <4.0.0' + sdk: '>=2.12.0 <4.0.0' flutter: ">=1.17.0" dependencies: