Browse Source

Change the authority domain

master
Kenneth Bruen 2 years ago
parent
commit
3a44c5d748
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 3
      CHANGELOG.TXT
  2. 2
      lib/api/common.dart
  3. 2
      pubspec.yaml

3
CHANGELOG.TXT

@ -1,3 +1,6 @@
v2.7.0
Changed domain name for server providing the data.
v2.6.0 v2.6.0
Added ability to view yesterday data for trains that didn't depart yet today. Added ability to view yesterday data for trains that didn't depart yet today.
Fixed iOS status bar color. Fixed iOS status bar color.

2
lib/api/common.dart

@ -1 +1 @@
const authority = 'scraper.infotren.dcdevelop.xyz'; const authority = 'scraper.infotren.dcdev.ro';

2
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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.6.0 version: 2.7.0
environment: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"

Loading…
Cancel
Save