From 2c6445ad593e55ca191fd6ae067d9e884f1ffc8d Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 14 May 2024 09:53:37 -0400 Subject: [PATCH] chore(shorebird_cli): release 1.1.4 (#2092) --- RELEASE_NOTES.md | 4 ++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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