diff --git a/packages/stripe_js/pubspec.yaml b/packages/stripe_js/pubspec.yaml index f59465f0..0c6c711b 100644 --- a/packages/stripe_js/pubspec.yaml +++ b/packages/stripe_js/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_js description: Stripe.js bindings for dart. This package is used by Stripe web so that the Stripe js sdk can be invoked directly. -version: 6.0.0-pre +version: 6.0.0-dev.0 homepage: https://github.com/flutter-stripe/flutter_stripe environment: diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index 2f7202bc..2b7c725f 100644 --- a/packages/stripe_web/pubspec.yaml +++ b/packages/stripe_web/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_stripe_web description: Stripe sdk bindings for the Flutter web platform. This package contains the implementation of the platform interface for web. -version: 6.0.0-pre +version: 6.0.0-dev.0 homepage: https://github.com/flutter-stripe/flutter_stripe environment: @@ -14,7 +14,7 @@ dependencies: sdk: flutter freezed_annotation: ^2.0.3 stripe_platform_interface: ^10.1.1 - stripe_js: ^3.4.0 + stripe_js: ^6.0.0-dev.0 web: ^0.5.1 dev_dependencies: