Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Jun 5, 2020
1 parent b08b57c commit 5aea7a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ android {
applicationId "com.zecwalletmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName "1.0.1"
versionCode 5
versionName "1.0.5"

missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
2 changes: 1 addition & 1 deletion components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const AboutModal: React.FunctionComponent<AboutModalProps> = ({closeModal}) => {
justifyContent: 'flex-start',
margin: 10,
}}>
<BoldText>Zecwallet Lite v1.0.1</BoldText>
<BoldText>Zecwallet Lite v1.0.5</BoldText>

<RegText>
{'\n'}
Expand Down
2 changes: 1 addition & 1 deletion components/InfoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const InfoModal: React.FunctionComponent<InfoModalProps> = ({info, walletHeight,
/>
</View>

<DetailLine label="Wallet Version" value="Zecwallet Lite v1.0.1" />
<DetailLine label="Wallet Version" value="Zecwallet Lite v1.0.5" />
<DetailLine label="Server Version" value={info?.version} />
<DetailLine label="Lightwallet Server URL" value={url} />
<DetailLine label="Network" value={info?.testnet ? 'Testnet' : 'Mainnet'} />
Expand Down

0 comments on commit 5aea7a6

Please sign in to comment.