Skip to content

Commit

Permalink
OTA Update: 1.1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidHaji-zada committed Dec 14, 2023
1 parent 404d934 commit c042e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const SettingsScreen = () => {
<View style={styles.innerContainer}>
{SETTINGS_MENU_ITEMS.map(renderMenu)}
</View>
{isStage && <Text style={{ margin: 20 }}>Build: 1.1.0.16</Text>}
{isStage && <Text style={{ margin: 20 }}>Build: 1.1.0.17</Text>}
</View>
);
};

0 comments on commit c042e5d

Please sign in to comment.