Skip to content

Commit

Permalink
v10.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Aug 26, 2024
1 parent 94d2e18 commit 462a342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0",
"version": "10.13.1",
"description": "react-native hot update",
"main": "src/index",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ export class Pushy {
full,
paths = [],
name,
description,
metaInfo,
description = '',
metaInfo = '',
} = info;
if (
this.options.beforeDownloadUpdate &&
Expand Down

0 comments on commit 462a342

Please sign in to comment.