From 4f430637dd5b2dc1073d5f02d4583b304f010db7 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 22 May 2023 14:50:46 -0500 Subject: [PATCH] chore(shorebird_cli): v0.2.2 --- 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 acd386f06..0f61d831b 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.1'; +const packageVersion = '0.2.2'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 4ba65e2e1..9e2dbe045 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.1 +version: 0.2.2 repository: https://github.com/shorebirdtech/shorebird publish_to: none