diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a456d9a4..fc28aba8 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.82 (February 13, 2026) + +- 🐦 Support for Flutter 3.41.1 + ## 1.6.81 (February 11, 2026) - 🐦 Support for Flutter 3.41.0 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 0a2284a5..59b47a93 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.81'; +const packageVersion = '1.6.82'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index ac4b7ed5..0627a4c3 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.81 +version: 1.6.82 repository: https://github.com/shorebirdtech/shorebird resolution: workspace