Skip to content

Commit

Permalink
Merge pull request #637 from HathorNetwork/release
Browse files Browse the repository at this point in the history
[v0.30.1] Sync `master` with `release`
  • Loading branch information
tuliomir authored Nov 18, 2024
2 parents aa7b7bf + 7a31793 commit 5efc75b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {
applicationId "network.hathor.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 84
versionName "0.30.0"
versionCode 86
versionName "0.30.1"
missingDimensionStrategy "react-native-camera", "general"
}
signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions ios/HathorMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.30.0;
MARKETING_VERSION = 0.30.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -514,7 +514,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.30.0;
MARKETING_VERSION = 0.30.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HathorMobile",
"version": "0.30.0",
"version": "0.30.1",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
Expand Down

0 comments on commit 5efc75b

Please sign in to comment.