diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 605eed74..4816d560 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.61 (September 23, 2025) + +- 🐞 Fix bug where Flutter 3.35.4 would incorrectly use Dart 3.9.0 + ## 1.6.60 (September 17, 2025) - 🐛 Fix platform flavor support check diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index ce3d4a77..dddb424d 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.60'; +const packageVersion = '1.6.61'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 02e00931..105d70a3 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.60 +version: 1.6.61 repository: https://github.com/shorebirdtech/shorebird resolution: workspace