diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2d61fda9..e4c8dee2 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 --> +## 1.6.57 (August 26, 2025) + +- 🐦 Support for Flutter 3.35.2 + ## 1.6.56 (August 6, 2025) - 🐛 Fixes a bug where `shorebird preview` fails due to unavailable iOS devices diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 4d485804..a6d54cb1 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.56'; +const packageVersion = '1.6.57'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 59b5938c..0aa8b966 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.56 +version: 1.6.57 repository: https://github.com/shorebirdtech/shorebird resolution: workspace