Skip to content

Commit

Permalink
OTA update: 1.1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidHaji-zada committed Jan 10, 2024
1 parent cf22ad5 commit 4705ad7
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.24</Text>}
{isStage && <Text style={{ margin: 20 }}>Build: 1.1.0.25</Text>}
</View>
);
};

0 comments on commit 4705ad7

Please sign in to comment.