Skip to content

Commit

Permalink
fix: correct version for identity repo
Browse files Browse the repository at this point in the history
  • Loading branch information
louisdachet committed Mar 11, 2024
1 parent d0c53dd commit 475f90b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions reach_five_identity_repo/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: reach_five_identity_repo
version: 0.1.7
version: 0.4.0
description: OpenAPI API client
homepage: https://github.com/bamlab/Flutter-ReachFive

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: ">=2.17.0 <3.0.0"

dependencies:
dio: '^5.2.0'
json_annotation: '^4.4.0'
dio: "^5.2.0"
json_annotation: "^4.4.0"

dev_dependencies:
build_runner: any
json_serializable: '^6.1.5'
json_serializable: "^6.1.5"
test: ^1.16.0

0 comments on commit 475f90b

Please sign in to comment.