diff --git a/ios/Runner/RecordTransactionIntent.swift b/ios/Runner/RecordTransactionIntent.swift index fa40f093..dce62e1e 100644 --- a/ios/Runner/RecordTransactionIntent.swift +++ b/ios/Runner/RecordTransactionIntent.swift @@ -2,7 +2,7 @@ import AppIntents struct RecordTransactionIntent: AppIntent { static var title: LocalizedStringResource = "Record an Expense" - static var description: IntentDescription = "Log expenses from Siri." + static var description: IntentDescription = "Log expenses" @Parameter(title: "Account", description: "Exact name, or UUID of the target account") var account: String diff --git a/pubspec.yaml b/pubspec.yaml index 81afdc12..f9d3054c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A personal finance managing app publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: "0.19.0+320" +version: "0.19.0+321" environment: sdk: ">=3.10.0 <4.0.0"