Skip to content

Commit

Permalink
fix(meta): Change save history to match build number (#166)
Browse files Browse the repository at this point in the history
This was an oversight in #164.
  • Loading branch information
Daniel Worthington authored Sep 9, 2021
1 parent 7ceaf30 commit 53381c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Meta/Meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Meta {
version: 134,
variant: 'NONAPPSTORE',
},
saveHistory: ['NONAPPSTORE.67469'],
saveHistory: ['NONAPPSTORE.107357'],
appVersion: '69',
build: 107357,
};
Expand Down

0 comments on commit 53381c5

Please sign in to comment.