From 2bbcfa57527923a34a2e0839c9924cc9dfd8f2a0 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Sat, 7 Oct 2023 23:33:43 -0400 Subject: [PATCH] chore: fix repository link in pubspec --- shorebird_code_push/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shorebird_code_push/pubspec.yaml b/shorebird_code_push/pubspec.yaml index 0edf46e..5d333b2 100644 --- a/shorebird_code_push/pubspec.yaml +++ b/shorebird_code_push/pubspec.yaml @@ -2,7 +2,7 @@ name: shorebird_code_push description: Check for and download Shorebird code push updates from your app. version: 1.1.0 homepage: https://shorebird.dev -repository: https://github.com/shorebirdtech/updater +repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_push environment: sdk: ">=3.0.0 <4.0.0"