diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a1eed0b0..cf1903e0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,11 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkishan appbundle proto tlsv --> +## 1.6.49 (June 26, 2025) + +- ๐Ÿฆ Support for Flutter 3.32.5 +- ๐Ÿงน Various dependency upgrades + ## 1.6.48 (June 19, 2025) - ๐ŸชŸ Forward `--target` and additional args to build step on Windows diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 40755347..5278c7b3 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.48'; +const packageVersion = '1.6.49'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 5057cc21..98269f19 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.48 +version: 1.6.49 repository: https://github.com/shorebirdtech/shorebird resolution: workspace