Skip to content

Commit

Permalink
Merge pull request #41 from davquar/40-login-issue
Browse files Browse the repository at this point in the history
Fix data URL for managed Umami
  • Loading branch information
davquar authored Sep 23, 2023
2 parents faf9ea6 + 1c7c57e commit 0c4d264
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/controllers/api_common.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SettingsPage extends StatefulWidget {
class _SettingsPageState extends State<SettingsPage> {
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 =
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c4d264

Please sign in to comment.