diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index c9ab78a..549a52f 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,9 @@ +v2.0.4 +- added original time in case of delay for iOS + + will be for Android soon + + in case there is a delay, the original time will be shown with + a stroke through it and the new time will be shown below + v2.0.3 - added km badge colour for iOS + will be added for Android soon diff --git a/pubspec.yaml b/pubspec.yaml index dc16d26..1eaddb6 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.3 +version: 2.0.4 environment: sdk: ">=2.3.0 <3.0.0"