diff --git a/lib/consts.dart b/lib/consts.dart index 21d4f81..bc82af2 100644 --- a/lib/consts.dart +++ b/lib/consts.dart @@ -1,3 +1,3 @@ class Consts { - static const VERSION = "1.1.112324.1957"; + static const VERSION = "1.1.112324.1959"; } diff --git a/lib/pages/ModManager.dart b/lib/pages/ModManager.dart index 6344916..2e6a452 100644 --- a/lib/pages/ModManager.dart +++ b/lib/pages/ModManager.dart @@ -269,7 +269,7 @@ class ModPageState extends State { }); Settings.Instance.loggedInUser!.sendDiscordActionLog( - "${name} was ${enabled ? "enabled" : "disabled"}"); + "${name.text} was ${enabled ? "enabled" : "disabled"}"); }, title: Text("Enabled"), subtitle: Text("Whether mod is enabled or not"), diff --git a/pubspec.yaml b/pubspec.yaml index 688b808..6272967 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ 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: 1.1.112324+1957 +version: 1.1.112324+1959 environment: sdk: ">=3.1.4 <4.0.0"