Skip to content

Commit

Permalink
Merge pull request #284 from conceptadev/fix/enviroment-bound
Browse files Browse the repository at this point in the history
Fix/enviroment bound
  • Loading branch information
tilucasoli authored May 31, 2024
2 parents c4af97c + d38454b commit 49a7cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ jobs:
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}


4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.0.0-beta.15
homepage: https://github.com/leoafarias/mix

environment:
sdk: ">=2.19.2 <4.0.0"
flutter: ">=3.10.6 <4.0.0"
sdk: ">=2.19.2"
flutter: ">=3.10.6"

dependencies:
meta: ^1.8.0
Expand Down

0 comments on commit 49a7cd7

Please sign in to comment.