File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ android {
140140 applicationId " com.chatwoot.app"
141141 minSdkVersion rootProject. ext. minSdkVersion
142142 targetSdkVersion rootProject. ext. targetSdkVersion
143- versionCode 5169
144- versionName " 1.9.27 "
143+ versionCode 5170
144+ versionName " 1.10.0 "
145145 buildConfigField " boolean" , " IS_NEW_ARCHITECTURE_ENABLED" , isNewArchitectureEnabled(). toString()
146146
147147 multiDexEnabled true
Original file line number Diff line number Diff line change 567567 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
568568 CLANG_ENABLE_MODULES = YES;
569569 CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
570- CURRENT_PROJECT_VERSION = 302 ;
570+ CURRENT_PROJECT_VERSION = 303 ;
571571 DEVELOPMENT_TEAM = L7YLMN4634;
572572 ENABLE_BITCODE = NO;
573573 INFOPLIST_FILE = Chatwoot/Info.plist;
580580 "$(SDKROOT)/usr/lib/swift",
581581 "$(inherited)",
582582 );
583- MARKETING_VERSION = 1.9.27 ;
583+ MARKETING_VERSION = 1.10.0 ;
584584 OTHER_LDFLAGS = (
585585 "$(inherited)",
586586 "-ObjC",
605605 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
606606 CLANG_ENABLE_MODULES = YES;
607607 CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
608- CURRENT_PROJECT_VERSION = 302 ;
608+ CURRENT_PROJECT_VERSION = 303 ;
609609 DEVELOPMENT_TEAM = L7YLMN4634;
610610 INFOPLIST_FILE = Chatwoot/Info.plist;
611611 INFOPLIST_KEY_CFBundleDisplayName = Chatwoot;
617617 "$(SDKROOT)/usr/lib/swift",
618618 "$(inherited)",
619619 );
620- MARKETING_VERSION = 1.9.27 ;
620+ MARKETING_VERSION = 1.10.0 ;
621621 OTHER_LDFLAGS = (
622622 "$(inherited)",
623623 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " @chatwoot/mobile-app" ,
3- "version" : " 1.9.27 " ,
3+ "version" : " 1.10.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments