Skip to content

Commit

Permalink
Update to v0.4.27-1
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGiorgio committed Oct 31, 2023
1 parent 159c08b commit 905f18f
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 @@ -7,8 +7,8 @@ android {
applicationId "com.mutinywallet.mutinywallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 26
versionName "0.4.27"
versionCode 27
versionName "0.4.27-1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
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": "mutiny-wallet",
"version": "0.4.27",
"version": "0.4.27-1",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 905f18f

Please sign in to comment.