diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9e708243..e23fdc9c 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.39 (May 27, 2025) + +- 🐦 Support for Flutter 3.32.0 + ## 1.6.38 (May 16, 2025) - ✅ No intended changes. Last expected release before Flutter 3.32.0. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 9b8aa697..f4417e62 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.38'; +const packageVersion = '1.6.39'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index b832f322..a95ac77a 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.38 +version: 1.6.39 repository: https://github.com/shorebirdtech/shorebird publish_to: none