From 5eebaf406f1581102a338dc2b2c711a1c2112dcf Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Sun, 15 Sep 2019 03:43:24 +0300 Subject: [PATCH] Added v2.0.3 changelog --- CHANGELOG.TXT | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 702f8ea..c9ab78a 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,10 @@ +v2.0.3 +- added km badge colour for iOS + + will be added for Android soon + + green for being on time + + yellow for a non planned stop + + red for a delay + v2.0.2 - added translucency to the navigation bar on iOS diff --git a/pubspec.yaml b/pubspec.yaml index 5facb60..dc16d26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: O aplicație de vizualizare a datelor puse la dispoziție de Inform # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.0.2 +version: 2.0.3 environment: sdk: ">=2.3.0 <3.0.0"