Skip to content

Commit

Permalink
Bumped version and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Sep 13, 2024
1 parent c0d478e commit f50c593
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f50c593

Please sign in to comment.