Skip to content

Commit 9d2ef89

Browse files
committed
[App] bump versionName, versionCode; update Changelog.md;
1 parent 2b56a8b commit 9d2ef89

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Changelog.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
## Unreleased
44

5-
<!-- * Nothing here yet (https://github.com/tastelessjolt/instiapp-flutter/projects/1) -->
5+
* Nothing here yet (https://github.com/tastelessjolt/instiapp-flutter/projects/1)
6+
7+
## v1.8-beta
8+
69
* Added About us page in the Settings
7-
* Fix not showing Former Roles in User Page
8-
* Fetch the list of tags in New Complaint Page from backend rather than hard coding tags
910
* You can add Events to your device calendars (if you select a gmail linked calendar, it syncs across that gmail account) (Android for now)
11+
* Fix not showing Former Roles in User Page
1012
* Notifications now work in iOS
13+
* Fetch the list of tags in New Complaint Page from backend rather than hard coding tags
1114

1215
## v1.7-beta
1316

ios/Runner/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>21</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSCameraUsageDescription</key>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Flutter App for Indian Institute of Technology, Bombay
77
# Both the version and the builder number may be overridden in flutter
88
# build by specifying --build-name and --build-number, respectively.
99
# Read more about versioning at semver.org.
10-
version: 1.7.0
10+
version: 1.8.0
1111

1212
environment:
1313
sdk: ">=2.0.0-dev.68.0 <3.0.0"

0 commit comments

Comments
 (0)