Skip to content

Commit 01b93a0

Browse files
committed
7.62.91 OTA v2
1 parent 97b98cf commit 01b93a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Views/Wallet/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ const Wallet = ({
12801280
) : null}
12811281
<BannerAlert
12821282
severity={BannerAlertSeverity.Info}
1283-
title="this is ota update banner prod v1"
1283+
title="this is ota update banner prod v2"
12841284
/>
12851285
<NetworkConnectionBanner />
12861286
</View>

app/constants/ota.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import otaConfig from '../../ota.config.js';
66
* Reset to v0 when releasing a new native build
77
* We keep this OTA_VERSION here to because changes in ota.config.js will affect the fingerprint and break the workflow in Github Actions
88
*/
9-
export const OTA_VERSION: string = 'v1';
9+
export const OTA_VERSION: string = 'v2';
1010
export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION;
1111
export const PROJECT_ID = otaConfig.PROJECT_ID;
1212
export const UPDATE_URL = otaConfig.UPDATE_URL;

0 commit comments

Comments
 (0)