Skip to content

Commit

Permalink
[App] bump versionName, versionCode; update Changelog.md;
Browse files Browse the repository at this point in the history
  • Loading branch information
tastelessjolt committed Apr 11, 2019
1 parent 2b56a8b commit 9d2ef89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## Unreleased

<!-- * Nothing here yet (https://github.com/tastelessjolt/instiapp-flutter/projects/1) -->
* 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

Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>21</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9d2ef89

Please sign in to comment.