Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ios/Runner/RecordTransactionIntent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down