Skip to content

Commit b383235

Browse files
committed
Version 0.7.1
1 parent 15df59a commit b383235

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ android {
8383
applicationId "com.blixtwallet"
8484
minSdkVersion rootProject.ext.minSdkVersion
8585
targetSdkVersion rootProject.ext.targetSdkVersion
86-
versionCode 163
87-
versionName "0.7.0"
86+
versionCode 165
87+
versionName "0.7.1"
8888

8989
// Blixt:
9090
buildConfigField "String", "CHAIN", '"mainnet"'

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BlixtWallet",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"private": true,
55
"nodeLinker": "node-modules",
66
"scripts": {

0 commit comments

Comments
 (0)