File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 ' ;
1010export const RUNTIME_VERSION = otaConfig . RUNTIME_VERSION ;
1111export const PROJECT_ID = otaConfig . PROJECT_ID ;
1212export const UPDATE_URL = otaConfig . UPDATE_URL ;
You can’t perform that action at this time.
0 commit comments