Skip to content

Commit b78ac83

Browse files
authored
Merge pull request #14 from ava-labs/development
v0.1.3
2 parents ba0e7ae + a6b2e22 commit b78ac83

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ android {
134134
applicationId "com.avaxwallet"
135135
minSdkVersion rootProject.ext.minSdkVersion
136136
targetSdkVersion rootProject.ext.targetSdkVersion
137-
versionCode 3
138-
versionName "0.1.2"
137+
versionCode 4
138+
versionName "0.1.3"
139139
}
140140
splits {
141141
abi {

ios/AvaxWallet/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.2</string>
20+
<string>0.1.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>3</string>
24+
<string>4</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true />
2727
<key>NSAppTransportSecurity</key>

ios/AvaxWalletTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>3</string>
22+
<string>4</string>
2323
</dict>
2424
</plist>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "avalanche-wallet-apps",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
77
"ios": "cd $INIT_CWD/ios && pod install && cd $INIT_CWD && react-native run-ios",
88
"start": "react-native start",
99
"test": "jest",
1010
"lint": "eslint .",
11-
"postversion": "react-native-version"
11+
"postversion": "react-native-version --never-amend"
1212
},
1313
"dependencies": {
1414
"@ethereumjs/common": "^2.2.0",

0 commit comments

Comments
 (0)