Skip to content

Commit

Permalink
Release version 0.31.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SwenVanZanten committed Oct 17, 2021
1 parent c1056b8 commit ccea199
Show file tree
Hide file tree
Showing 3 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 @@ -133,8 +133,8 @@ android {
applicationId "com.multicash"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 202105013
versionName "0.31.4"
versionCode 202105014
versionName "0.31.5"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
8 changes: 4 additions & 4 deletions ios/MultiCash.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APP_BUILD = 20210501300;
APP_VERSION = 0.31.4;
APP_BUILD = 20210501400;
APP_VERSION = 0.31.5;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -1102,8 +1102,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APP_BUILD = 20210501300;
APP_VERSION = 0.31.4;
APP_BUILD = 20210501400;
APP_VERSION = 0.31.5;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multicash",
"description": "The MultiCash Mobile app provides all that MultiCash has to over on both Android and iOS",
"version": "0.31.4",
"version": "0.31.5",
"private": true,
"author": "MultiCash LLC",
"license": "GPL-3.0+",
Expand Down

0 comments on commit ccea199

Please sign in to comment.