diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5e15f6cd..2a7815d2 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 kingdomseed Peetee Aditya --> +## 1.6.85 (March 2, 2026) + +- 🐦 Support for Flutter 3.41.3 + ## 1.6.84 (February 27, 2026) - ✨ Add `--obfuscate` support to the `release` command (starting with Flutter 3.41.2) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index f3d9f2e4..d9870fc6 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.84'; +const packageVersion = '1.6.85'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 2d6ea7d3..c9f4a204 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.84 +version: 1.6.85 repository: https://github.com/shorebirdtech/shorebird resolution: workspace