Skip to content

Commit

Permalink
docs(live-update): set correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Jul 10, 2024
1 parent f2547cc commit e74957a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/live-update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ Only available on Android and iOS.
| Prop | Type | Description | Since |
| -------------- | ------------------- | ----------------------------------------------------------------------------------------------------------------- | ----- |
| **`bundleId`** | <code>string</code> | The unique identifier of the bundle. | 5.0.0 |
| **`checksum`** | <code>string</code> | The checksum of the bundle to verify the integrity of the ZIP file. Must be a SHA-256 hash in hexadecimal format. | 5.0.0 |
| **`checksum`** | <code>string</code> | The checksum of the bundle to verify the integrity of the ZIP file. Must be a SHA-256 hash in hexadecimal format. | 6.1.0 |
| **`url`** | <code>string</code> | The URL of the bundle to download. The bundle must be a ZIP file containing at least a `index.html` file. | 5.0.0 |


Expand Down
2 changes: 1 addition & 1 deletion packages/live-update/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export interface DownloadBundleOptions {
*
* Must be a SHA-256 hash in hexadecimal format.
*
* @since 5.0.0
* @since 6.1.0
* @example 'aab8e0a312e807c8eaeb923e2bdccd7731c5508869c62ad8e6e43ee881414c84'
*/
checksum?: string;
Expand Down

0 comments on commit e74957a

Please sign in to comment.