From 9d2ef89f311f8cb9b5e1d9a39207b0c8fcd82e58 Mon Sep 17 00:00:00 2001 From: Harshith Goka Date: Thu, 11 Apr 2019 08:24:16 +0530 Subject: [PATCH] [App] bump versionName, versionCode; update Changelog.md; --- Changelog.md | 9 ++++++--- ios/Runner/Info.plist | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8d127a6a..850c2ee9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,12 +2,15 @@ ## Unreleased - +* Nothing here yet (https://github.com/tastelessjolt/instiapp-flutter/projects/1) + +## v1.8-beta + * Added About us page in the Settings -* Fix not showing Former Roles in User Page -* Fetch the list of tags in New Complaint Page from backend rather than hard coding tags * You can add Events to your device calendars (if you select a gmail linked calendar, it syncs across that gmail account) (Android for now) +* Fix not showing Former Roles in User Page * Notifications now work in iOS +* Fetch the list of tags in New Complaint Page from backend rather than hard coding tags ## v1.7-beta diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 1a943639..903c864c 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 1 + 21 LSRequiresIPhoneOS NSCameraUsageDescription diff --git a/pubspec.yaml b/pubspec.yaml index 2b32408d..3721b876 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.7.0 +version: 1.8.0 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"