Skip to content

Commit

Permalink
feat: bump flutter version to ^3.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose authored and Tim Holmes-Mitra committed Sep 5, 2023
1 parent a09e582 commit c504f7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-alpha
publish_to: 'none'

environment:
sdk: '3.0.5'
flutter: '3.10.5'
sdk: '^3.0.6'
flutter: '^3.10.6'

dependencies:
args: ^2.4.2
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: git
parts:
flutter-git:
source: https://github.com/flutter/flutter.git
source-tag: 3.10.5
source-tag: 3.10.6
source-depth: 1
plugin: nil
override-build: |
Expand Down

0 comments on commit c504f7f

Please sign in to comment.