diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6fb30e9d..e476a942 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.47 (June 17, 2025) + +- 🐦 Add app_id to patch path on desktop targets + ## 1.6.46 (June 17, 2025) - ✨ Add new `shorebird create` command diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 43fe8fd3..361661cf 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.46'; +const packageVersion = '1.6.47'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 8dfb1d28..cf79e212 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.46 +version: 1.6.47 repository: https://github.com/shorebirdtech/shorebird resolution: workspace