diff --git a/fastlane/metadata/android/en-US/changelogs/31.txt b/fastlane/metadata/android/en-US/changelogs/31.txt new file mode 100644 index 0000000..548d0ca --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/31.txt @@ -0,0 +1,11 @@ +- Huge performance improvements to the news +- Improve theming across the app +- Fix the session countdown +- Fix the schedule not refreshing +- Improve some article parts +- Improve images' loading +- Add Bearman's image +- Fix the logic of the GP Documents parser +- Fix the servers always being deleted on start +- Other UI and performance improvements +- Updated translations, the app is now available in Bengali! \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index f3e2da6..4a3d06b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: none # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # Before releasing a new version, isInDebugMode must be set to false (main.dart#74). -version: 0.7.1+30 # Read above before bump. +version: 0.7.2+31 # Read above before bump. environment: sdk: ">=2.19.0 <3.4.4"