Skip to content

Commit

Permalink
Update auth0_flutter_platform_interface to 1.4.0 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Dec 6, 2023
1 parent 83906b8 commit e3e3037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth0_flutter/.shiprc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"= '{MAJOR}.{MINOR}.{PATCH}'"
]
},
"prebump": "flutter analyze && dart pub upgrade auth0_flutter_platform_interface",
"prebump": "flutter analyze && dart pub upgrade auth0_flutter_platform_interface --tighten",
"prFilters": [
{
"type": "title",
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
flutter: ">=3.0.0"

dependencies:
auth0_flutter_platform_interface: 1.2.1
auth0_flutter_platform_interface: ^1.4.0
flutter:
sdk: flutter
flutter_web_plugins:
Expand Down

0 comments on commit e3e3037

Please sign in to comment.