Skip to content

Commit

Permalink
increase build#
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidHaji-zada committed Nov 10, 2023
1 parent 08d4082 commit db45d88
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.5.1</Text>}
{isStage && <Text style={{ margin: 20 }}>Build: 1.1.5.2</Text>}
</View>
);
};

0 comments on commit db45d88

Please sign in to comment.