From 8a7c74e762939c04f9062aaabddf88ae147a673c Mon Sep 17 00:00:00 2001 From: Jay Rambhia <1256649+jayrambhia@users.noreply.github.com> Date: Sun, 27 Jan 2019 10:07:37 +0100 Subject: [PATCH] bumped to 0.3.8 --- Changelog.md | 9 +++++++++ README.md | 2 +- app/build.gradle | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7aa2321..ef77088 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,14 @@ # Flutter Changelog +# 0.3.8 + + - Fix issue with Toast. Removed custom duration for toasts + - Fixed support page layout and card height + - Fixed issue of not retaining 'liked' state in collection search + - 'Draw over window' banner added + - 'Detailed' rating bubble added + - 'Not found' bubble added + # 0.3.7 - Debug menu added diff --git a/README.md b/README.md index 538ef6d..8864a5e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

-You can get the latest Playstore version here on [Playstore](https://play.google.com/store/apps/details?id=com.fenchtose.flutter&referrer=utm_source%3Dgithub) - or download directly - [0.3.7](https://github.com/jayrambhia/MovieRatings/releases/download/v0.3.7/flutter_v0.3.7.apk) +You can get the latest Playstore version here on [Playstore](https://play.google.com/store/apps/details?id=com.fenchtose.flutter&referrer=utm_source%3Dgithub) - or download directly - [0.3.8](https://github.com/jayrambhia/MovieRatings/releases/download/v0.3.8/flutter_v0.3.8.apk) ## Screenshots of master diff --git a/app/build.gradle b/app/build.gradle index f915356..f3cebfd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream( ext.versionMajor = 0 ext.versionMinor = 3 -ext.versionPatch = 7 +ext.versionPatch = 8 android { compileSdkVersion 27