diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index e9fdb07..87025fa 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -15,7 +15,7 @@ jobs: uses: flutter-actions/setup-flutter@v4 with: channel: stable - version: '3.41.2' + version: 3.41.4 cache: true cache-sdk: true cache-key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml') }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1457677..2090311 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -43,7 +43,7 @@ jobs: - uses: flutter-actions/setup-flutter@v4 with: channel: stable - version: 3.41.2 + version: 3.41.4 cache: true cache-sdk: true cache-key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml') }} @@ -131,7 +131,7 @@ jobs: uses: flutter-actions/setup-flutter@v4 with: channel: stable - version: 3.38.8 + version: 3.41.4 cache: true cache-sdk: true cache-key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml') }} diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a1747..f208fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.7 + +- Build site with Flutter 3.41.4 + ## 1.0.6 - 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.