Skip to content

Commit e3c63ca

Browse files
committed
bump version and builds
1 parent ba08de5 commit e3c63ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ android {
8686
applicationId "com.proofofpassportapp"
8787
minSdkVersion rootProject.ext.minSdkVersion
8888
targetSdkVersion rootProject.ext.targetSdkVersion
89-
versionCode 79
90-
versionName "2.5.5"
89+
versionCode 80
90+
versionName "2.5.6"
9191
manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp']
9292
externalNativeBuild {
9393
cmake {

app/ios/Self.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassportDebug.entitlements;
408408
CODE_SIGN_IDENTITY = "Apple Development";
409409
CODE_SIGN_STYLE = Automatic;
410-
CURRENT_PROJECT_VERSION = 140;
410+
CURRENT_PROJECT_VERSION = 141;
411411
DEBUG_INFORMATION_FORMAT = dwarf;
412412
DEVELOPMENT_TEAM = 5B29R5LYHQ;
413413
ENABLE_BITCODE = NO;
@@ -548,7 +548,7 @@
548548
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
549549
CLANG_ENABLE_MODULES = YES;
550550
CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassport.entitlements;
551-
CURRENT_PROJECT_VERSION = 140;
551+
CURRENT_PROJECT_VERSION = 141;
552552
DEBUG_INFORMATION_FORMAT = dwarf;
553553
DEVELOPMENT_TEAM = 5B29R5LYHQ;
554554
FRAMEWORK_SEARCH_PATHS = (

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@selfxyz/mobile-app",
3-
"version": "2.5.5",
3+
"version": "2.5.6",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)