We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15df59a commit b383235Copy full SHA for b383235
android/app/build.gradle
@@ -83,8 +83,8 @@ android {
83
applicationId "com.blixtwallet"
84
minSdkVersion rootProject.ext.minSdkVersion
85
targetSdkVersion rootProject.ext.targetSdkVersion
86
- versionCode 163
87
- versionName "0.7.0"
+ versionCode 165
+ versionName "0.7.1"
88
89
// Blixt:
90
buildConfigField "String", "CHAIN", '"mainnet"'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "BlixtWallet",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"private": true,
5
"nodeLinker": "node-modules",
6
"scripts": {
0 commit comments