diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 764d6f3b..e2fee813 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde bipatch --> +## 1.6.105 (May 22, 2026) + +- 🐛 Fix FFI crashers on iOS and Android. + ## 1.6.104 (May 22, 2026) - 🐛 Fix FFI-related crashers. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 840d0325..ddcb29d5 100644 --- a/packages/shorebird_cli/lib/src/version.dart +++ b/packages/shorebird_cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.6.104'; +const packageVersion = '1.6.105'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 882d839e..c3fed355 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_cli description: Command-line tool to interact with Shorebird's services. -version: 1.6.104 +version: 1.6.105 repository: https://github.com/shorebirdtech/shorebird resolution: workspace