diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bb100153..7ac23561 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,18 @@ This section contains past updates we've sent to customers via Discord. +## 0.4.4 (June 12, 2023) + +We've just released Shorebird CLI v0.4.4 🎉 + +- 🩹 Temporarily reverting to Flutter 3.10.3 + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.4.3 + +As always, you can upgrade using `shorebird upgrade` + +Please let us know if we can help! + ## 0.4.3 (June 10, 2023) We've just released Shorebird CLI v0.4.3 🎉 diff --git a/bin/internal/flutter.version b/bin/internal/flutter.version index 646c5aae..8270b0c6 100644 --- a/bin/internal/flutter.version +++ b/bin/internal/flutter.version @@ -1 +1 @@ -0b0086ffa92c25c22f50cbadc3851054f08a9cd8 +d93eb3686c60b626691c8020d7353ea22a0f5ea2 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 221a8875..820b677a 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 = '0.4.3'; +const packageVersion = '0.4.4'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 7d219987..72944df0 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: 0.4.3 +version: 0.4.4 repository: https://github.com/shorebirdtech/shorebird publish_to: none