Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Release 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Teifun2 committed Mar 25, 2023
1 parent 81b8197 commit 0b08cc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- API Update
- Bugfixes
1 change: 1 addition & 0 deletions lib/src/util/supported_locales.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class SupportedLocales {
'de_DE': 'Deutsch (Deutschland)',
'de': 'Deutsch',
'en': 'English',
'en_GB': 'English (United Kingdom)',
'es': 'Español',
'eu': 'euskara',
'fi_FI': 'suomi (Finland)',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.7.8+23
version: 0.7.9+24

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 0b08cc3

Please sign in to comment.