From d2663568cedd88eeea542c497334b8b71c95f651 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 16 May 2023 18:00:41 -0400 Subject: [PATCH] Bump shorebird_cli version --- packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 0a9ef8e5..acd386f0 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.2.0'; +const packageVersion = '0.2.1'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 07f94aec..d83c2813 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.2.0 +version: 0.2.1 repository: https://github.com/shorebirdtech/shorebird publish_to: none