Skip to content

Commit

Permalink
Update flutter version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed May 17, 2024
1 parent 6cb8f96 commit cceb5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.7'
flutter-version: '3.22.0'
- run: flutter pub get
- run: flutter build web
- name: Setup Pages
Expand Down
2 changes: 1 addition & 1 deletion lib/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class _HomePageState extends State<HomePage> {
return Column(
mainAxisSize: MainAxisSize.min,
children: [
const Text("Copyright © Commit 451. All rights reserved"),
const Text("Copyright © Commit 451 LLC. All rights reserved"),
verticalSeparator(),
Row(
mainAxisSize: MainAxisSize.min,
Expand Down

0 comments on commit cceb5f1

Please sign in to comment.