Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Jan 23, 2025
1 parent 15df59a commit b383235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ android {
applicationId "com.blixtwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 163
versionName "0.7.0"
versionCode 165
versionName "0.7.1"

// Blixt:
buildConfigField "String", "CHAIN", '"mainnet"'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BlixtWallet",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"nodeLinker": "node-modules",
"scripts": {
Expand Down

0 comments on commit b383235

Please sign in to comment.