diff --git a/shorebird_code_push/CHANGELOG.md b/shorebird_code_push/CHANGELOG.md index a9c2076..ab8ec47 100644 --- a/shorebird_code_push/CHANGELOG.md +++ b/shorebird_code_push/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.2 + +- update README + # 1.1.1 - break: `package:shorebird_code_push/shorebird_code_push_io.dart` and diff --git a/shorebird_code_push/README.md b/shorebird_code_push/README.md index 0bcc93c..6735f1a 100644 --- a/shorebird_code_push/README.md +++ b/shorebird_code_push/README.md @@ -37,8 +37,8 @@ import 'package:shorebird_code_push/shorebird_code_push.dart'; // Create an instance of the ShorebirdCodePush class final shorebirdCodePush = ShorebirdCodePush(); -// Get the current patch version, or null if no patch is installed. -final currentPatchversion = shorebirdCodePush.currentPatchVersion(); +// Get the current patch number, or null if no patch is installed. +final currentPatchversion = shorebirdCodePush.currentPatchNumber(); // Check whether a patch is available to install. final isUpdateAvailable = await shorebirdCodePush.isNewPatchAvailableForDownload(); diff --git a/shorebird_code_push/pubspec.yaml b/shorebird_code_push/pubspec.yaml index 3682d66..1b8fa95 100644 --- a/shorebird_code_push/pubspec.yaml +++ b/shorebird_code_push/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_code_push description: Check for and download Shorebird code push updates from your app. -version: 1.1.1 +version: 1.1.2 homepage: https://shorebird.dev repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_push