Skip to content

Commit 64e0069

Browse files
authored
Merge pull request #11 from goldenm-software/development
Upgrade Flutter version to 3.41.4
2 parents 3622c98 + a6f2637 commit 64e0069

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: flutter-actions/setup-flutter@v4
1616
with:
1717
channel: stable
18-
version: '3.41.2'
18+
version: 3.41.4
1919
cache: true
2020
cache-sdk: true
2121
cache-key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml') }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: flutter-actions/setup-flutter@v4
4444
with:
4545
channel: stable
46-
version: 3.41.2
46+
version: 3.41.4
4747
cache: true
4848
cache-sdk: true
4949
cache-key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml') }}
@@ -131,7 +131,7 @@ jobs:
131131
uses: flutter-actions/setup-flutter@v4
132132
with:
133133
channel: stable
134-
version: 3.38.8
134+
version: 3.41.4
135135
cache: true
136136
cache-sdk: true
137137
cache-key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml') }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.7
4+
5+
- Build site with Flutter 3.41.4
6+
37
## 1.0.6
48

59
- Added new icon library `flutty_solar_icons` to get more variants of the solar icons, now you can choose between `solar_icons` and `flutty_solar_icons` for the solar icons.

0 commit comments

Comments
 (0)