Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Jun 4, 2020
1 parent dcae303 commit 3f9a9e3
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 2
versionName "1.0"
versionCode 3
versionName "1.0.1"

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</BoldText>
<BoldText>Zecwallet Lite v1.0.1</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" />
<DetailLine label="Wallet Version" value="Zecwallet Lite v1.0.1" />
<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 3f9a9e3

Please sign in to comment.