From 18b1c5bf56e56361837513da5acf537d19275078 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 12 Apr 2023 21:20:23 -0500 Subject: [PATCH] chore(shorebird_cli): v0.0.5 (#287) --- packages/shorebird_cli/lib/src/engine_revision.dart | 2 +- packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/shorebird_cli/lib/src/engine_revision.dart b/packages/shorebird_cli/lib/src/engine_revision.dart index 1cb82c4f9..618a6ee98 100644 --- a/packages/shorebird_cli/lib/src/engine_revision.dart +++ b/packages/shorebird_cli/lib/src/engine_revision.dart @@ -1,2 +1,2 @@ /// The hash of the Shorebird engine used by this version of Shorebird CLI. -const shorebirdEngineRevision = '7aa5c44764e10722d188ece75819f7d10f5269a3'; +const shorebirdEngineRevision = 'e6a2a5a43973430d9f038cd81cb1779b6b404909'; diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 8398d27eb..9f1996498 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.0.4'; +const packageVersion = '0.0.5'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 8fe327b22..babd57c15 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_cli description: The Shorebird command-line allows developers to interact with various Shorebird services. -version: 0.0.4 +version: 0.0.5 repository: https://github.com/shorebirdtech/shorebird publish_to: none