Skip to content

Commit 288ded6

Browse files
committed
Merge branch 'main' into getx
2 parents 354be60 + 7e94fee commit 288ded6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flutterci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Step 3: Setup Flutter with version 3.7.11
2727
- uses: subosito/flutter-action@v1
2828
with:
29-
flutter-version: '3.19.6'
29+
flutter-version: '3.22.1'
3030

3131
# Step 4: Get dependencies using pub get
3232
- run: flutter pub get

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: taskwarrior
22
description: A new Flutter project.
3-
version: 1.0.0+1
3+
version: 2.0.0+2
44
publish_to: "none" # Remove this line if you wish to publish to pub.dev
55

66
environment:

0 commit comments

Comments
 (0)