diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 499bd923..2f9d48f9 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.55 (July 25, 2025) + +- 🐦 Support for Flutter 3.32.8 + ## 1.6.54 (July 25, 2025) - Performance improvements for very large (50k+ function) applications diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 12c871e7..d118885d 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.54'; +const packageVersion = '1.6.55'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 59a8389f..bd76ddb2 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.54 +version: 1.6.55 repository: https://github.com/shorebirdtech/shorebird resolution: workspace