Skip to content

Commit

Permalink
build(android and ios): updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
thwalln committed Feb 22, 2023
1 parent 407c2ba commit 1858e36
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ android {
applicationId "com.jolocomwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 67
versionName "2.5.4"
versionCode 69
versionName "2.5.5"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -647,14 +647,14 @@ SPEC CHECKSUMS:
FBLazyVector: d2db9d00883282819d03bbd401b2ad4360d47580
FBReactNativeSpec: 94da4d84ba3b1acf459103320882daa481a2b62d
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
glog: 2ad46e202fbaa5641fceb4b2af37dcd88fd8762d
hermes-engine: bf7577d12ac6ccf53ab8b5af3c6ccf0dd8458c5c
JolocomCore: a7ab998e247706f5d577fde633474662a1b0bb36
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
Permission-Camera: 5d2aaf95592660b6dcb5e8d1d90ed5d0156cad02
Permission-Notifications: 9c6b5cc4f0e6599e9fc3395b77cebddc48f1be41
RCT-Folly: 803a9cfd78114b2ec0f140cfa6fa2a6bafb2d685
RCT-Folly: e2884a9690756d04e97bae28f6acad987433dccd
RCTRequired: 412e994c1e570cf35378a32c18fd46e50634938b
RCTTypeSafety: ef27340c728e6d673af345ed69e479a010c8a2d8
React: 36b9f5116572e5b80f01e562bb1f1451e8848e47
Expand Down Expand Up @@ -698,7 +698,7 @@ SPEC CHECKSUMS:
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
RNFastImage: 3207b9eb17c2425d574ca40db35185db6e324f4e
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNGestureHandler: 6572a5f44759900730562b418da289c373de8d06
RNJolocom: a203d98394d7d0202d3c2130adec26cc1652f8e3
RNKeychain: f75b8c8b2f17d3b2aa1f25b4a0ac5b83d947ff8f
RNLocalize: 7c7aeda16c01db7a0918981c14875c0a53be9b79
Expand Down
8 changes: 4 additions & 4 deletions ios/SmartWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SmartWallet/SmartWallet.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 67;
CURRENT_PROJECT_VERSION = 69;
DEVELOPMENT_TEAM = 95S8NJ5S67;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -718,7 +718,7 @@
INFOPLIST_FILE = SmartWallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.5.4;
MARKETING_VERSION = 2.5.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -743,13 +743,13 @@
CODE_SIGN_ENTITLEMENTS = SmartWallet/SmartWallet.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 67;
CURRENT_PROJECT_VERSION = 69;
DEVELOPMENT_TEAM = 95S8NJ5S67;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = SmartWallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.5.4;
MARKETING_VERSION = 2.5.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
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": "SmartWallet",
"version": "2.5.4-67",
"version": "2.5.5-69",
"private": true,
"scripts": {
"android": "react-native run-android --appIdSuffix debug",
Expand Down

0 comments on commit 1858e36

Please sign in to comment.