Skip to content

Commit

Permalink
v10.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Aug 26, 2024
1 parent 462a342 commit a40d627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "10.13.1",
"version": "10.13.2",
"description": "react-native hot update",
"main": "src/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export class Pushy {
paths = [],
name,
description = '',
metaInfo = '',
metaInfo,
} = info;
if (
this.options.beforeDownloadUpdate &&
Expand Down
1 change: 1 addition & 0 deletions src/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export const PushyProvider = ({
if (!info) {
return;
}
info.description = info.description ?? '';
updateInfoRef.current = info;
setUpdateInfo(info);
if (info.expired) {
Expand Down

0 comments on commit a40d627

Please sign in to comment.