Skip to content

Commit

Permalink
remove prerelease notation
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed May 15, 2023
1 parent 20fe5de commit cadcb23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ packages:
source: hosted
version: "2.1.4"
sdks:
dart: ">=3.0.0-417 <4.0.0"
dart: ">=3.0.0 <4.0.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
version: 1.0.0+1

environment:
sdk: ">=3.0.0-0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ packages:
source: hosted
version: "2.1.4"
sdks:
dart: ">=3.0.0-0 <4.0.0"
dart: ">=3.0.0 <4.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 5.0.0
homepage: https://github.com/suragch/mongol

environment:
sdk: ">=3.0.0-0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit cadcb23

Please sign in to comment.