diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index e0d8875..49e76f6 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,6 @@ +v2.7.0 +Changed domain name for server providing the data. + v2.6.0 Added ability to view yesterday data for trains that didn't depart yet today. Fixed iOS status bar color. diff --git a/lib/api/common.dart b/lib/api/common.dart index ddbcca1..c3addb7 100644 --- a/lib/api/common.dart +++ b/lib/api/common.dart @@ -1 +1 @@ -const authority = 'scraper.infotren.dcdevelop.xyz'; \ No newline at end of file +const authority = 'scraper.infotren.dcdev.ro'; \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 6baf4ea..251e9a9 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.6.0 +version: 2.7.0 environment: sdk: ">=2.12.0 <3.0.0"