diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a6e964..924f47f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - flutter-version: ['3.24.0', '3.24.1'] + flutter-version: ['3.24.0', '3.24.3'] steps: - uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index de10955..4ff6b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 11.2.0 + +- [432] On CupertinoAlertDialog configured CupertinoActionButton isDefaultAction property for the Update button. Thanks to @lukemmtt for the change. + ## 11.1.0 - [439] Added: Passed the language code to iTunes search api to get localized release notes for the iOS App Store. Thanks to @ibraheemalayan and @Add00w for the changes. diff --git a/pubspec.yaml b/pubspec.yaml index 47b3bcd..9a31f77 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: upgrader description: Flutter package for prompting users to upgrade when there is a newer version of the app in the store. -version: 11.1.0 +version: 11.2.0 homepage: https://github.com/larryaasen/upgrader environment: