diff --git a/lib/controllers/api_common.dart b/lib/controllers/api_common.dart index 3ebb4bf..db20162 100644 --- a/lib/controllers/api_common.dart +++ b/lib/controllers/api_common.dart @@ -7,7 +7,7 @@ import 'package:halfdot/models/api/common.dart'; import 'package:intl/intl.dart'; const String managedUmamiDomain = 'cloud.umami.is'; -const String managedUmamiStatsDomain = 'analytics.umami.is'; +const String managedUmamiStatsDomain = 'cloud.umami.is'; const String managedUmamiURL = 'https://$managedUmamiDomain'; abstract class ApiRequest { diff --git a/lib/screens/settings.dart b/lib/screens/settings.dart index 0d97082..74ed571 100644 --- a/lib/screens/settings.dart +++ b/lib/screens/settings.dart @@ -17,7 +17,7 @@ class SettingsPage extends StatefulWidget { class _SettingsPageState extends State { Storage storage = Storage.instance; - static const String _apiVersion = '2.6.2'; + static const String _apiVersion = '2.7.0'; static const String _repoUrl = 'https://github.com/davquar/halfdot'; static const String _license = 'MIT'; static const String _licenseUrl = diff --git a/pubspec.lock b/pubspec.lock index 0848da6..d256b5d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -571,5 +571,5 @@ packages: source: hosted version: "3.1.2" sdks: - dart: ">=3.1.0 <=3.1.1" + dart: ">=3.1.0 <=3.1.2" flutter: ">=3.13.0" diff --git a/pubspec.yaml b/pubspec.yaml index 6d423af..bebf820 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,10 +17,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.1.0+6 +version: 2.1.1+7 environment: - sdk: '>=3.0.0 <=3.1.1' + sdk: '>=3.0.0 <=3.1.2' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions