From 46603f346e79e8bdf2fab6f1ab38c6e0a350244a Mon Sep 17 00:00:00 2001 From: Harshith Goka Date: Sat, 12 Jan 2019 05:55:51 +0530 Subject: [PATCH] [App] bump versionName, versionCode; update Changelog.md --- Changelog.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index bcfe6e89..8fce47a9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## v0.12-alpha + +* Implemented AddEventPage +* Fix Blogs: search now shows when there are no more posts to show +* Creating Events is now working + ## v0.11-alpha * Implemented ComplaintsPage, ComplaintPage diff --git a/pubspec.yaml b/pubspec.yaml index c98518d3..1d413d23 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: 0.11.0+13 +version: 0.12.0+14 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"