diff --git a/assets/i18n/en-US.json b/assets/i18n/en-US.json index 41a7796f..aa2974c3 100644 --- a/assets/i18n/en-US.json +++ b/assets/i18n/en-US.json @@ -1335,5 +1335,6 @@ "fundCreateNew": "Create New", "fundCreateNewHint": "Create a new fund for your message. Select recipients and amount.", "amountOfSplits": "Amount of Splits", - "enterNumberOfSplits": "Enter Splits Amount" + "enterNumberOfSplits": "Enter Splits Amount", + "orCreateWith": "Or\ncreate with" } diff --git a/pubspec.yaml b/pubspec.yaml index d01a3b1f..fd8486a7 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: 3.3.0+145 +version: 3.3.0+146 environment: sdk: ^3.7.2