diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c0376362..860f5a4f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,10 @@ This section contains past updates we've sent to customers via Discord. +## 1.1.4 (May 14, 2024) + +- 🩹 Fixes `Could not find an option named "dump-debug-info"` for older versions of Flutter. + ## 1.1.3 (May 13, 2024) - 🩹 Fix `shorebird patch` not always installing required Flutter version. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index dda70f0f..2d981bfd 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.1.3'; +const packageVersion = '1.1.4'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index ad2e309d..a73007f4 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.1.3 +version: 1.1.4 repository: https://github.com/shorebirdtech/shorebird publish_to: none