From c3ce52451d3f4a3b32d4ea3d963bff45126bad87 Mon Sep 17 00:00:00 2001 From: Harshith Goka Date: Tue, 29 Jan 2019 01:55:15 +0530 Subject: [PATCH] [App] bump versionName, versionCode; update Changelog.md; --- Changelog.md | 9 ++++++++- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index a1c0a049..850791d3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,14 @@ ## Unreleased -* Nothing here yet +* Nothing here + +## v1.4-beta + +* Added notifications page and notification indicator on the NavDrawer +* Move search bars on Explore, Blog Pages to top +* Fix Gallery/Camera permission on iOS +* Made all screens notch compatible ## v1.3.1-beta diff --git a/README.md b/README.md index 6b0c09d4..c7047fe2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Flutter App for Indian Institute of Technology, Bombay (for iOS support) -For now, being tested on Android only. I will test it on iOS occasionally. Last tested [commit](https://github.com/tastelessjolt/instiapp-flutter/commit/e6a9604a2ba359c8c091dca3c474b0098cdc9851) on iOS. +For now, being tested on Android only. I will test it on iOS occasionally. Last tested [commit](https://github.com/tastelessjolt/instiapp-flutter/commit/e951d89a95b9cc1e163b585dfdc1cb92af378835) on iOS. ## Changelog diff --git a/pubspec.yaml b/pubspec.yaml index e94ea11d..54277d49 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: Flutter App for Indian Institute of Technology, Bombay # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 1.3.1+20 +version: 1.4+21 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"