Skip to content

Commit

Permalink
add dev releases for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Jul 24, 2024
1 parent 9192eb0 commit 5b78007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/stripe_js/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions packages/stripe_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5b78007

Please sign in to comment.