From d2fb57e4a52af3ac76f2b341c7de7ec90e348444 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 20 Jul 2023 13:43:42 -0500 Subject: [PATCH] chore(code_push_client): bump to v0.5.0+1 (#880) --- packages/shorebird_code_push_client/lib/src/version.dart | 2 +- packages/shorebird_code_push_client/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shorebird_code_push_client/lib/src/version.dart b/packages/shorebird_code_push_client/lib/src/version.dart index d18137ed..664d8961 100644 --- a/packages/shorebird_code_push_client/lib/src/version.dart +++ b/packages/shorebird_code_push_client/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.4.0+1'; +const packageVersion = '0.5.0+1'; diff --git a/packages/shorebird_code_push_client/pubspec.yaml b/packages/shorebird_code_push_client/pubspec.yaml index 9445397a..5e270b15 100644 --- a/packages/shorebird_code_push_client/pubspec.yaml +++ b/packages/shorebird_code_push_client/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_code_push_client description: Library which allows Dart applications to interact with the ShoreBird CodePush API -version: 0.4.0+1 +version: 0.5.0+1 repository: https://github.com/shorebirdtech/shorebird publish_to: none