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 @@ -132,8 +132,8 @@ android {
132132 applicationId " com.chatwoot.app"
133133 minSdkVersion rootProject. ext. minSdkVersion
134134 targetSdkVersion rootProject. ext. targetSdkVersion
135- versionCode 47
136- versionName " 0.0.47 "
135+ versionCode 48
136+ versionName " 0.0.48 "
137137 multiDexEnabled true
138138 }
139139 splits {
Original file line number Diff line number Diff line change 702702 CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
703703 CODE_SIGN_IDENTITY = "Apple Development";
704704 CODE_SIGN_STYLE = Automatic;
705- CURRENT_PROJECT_VERSION = 47 ;
705+ CURRENT_PROJECT_VERSION = 48 ;
706706 DEAD_CODE_STRIPPING = NO;
707707 DEVELOPMENT_TEAM = 6C953F3RX2;
708708 INFOPLIST_FILE = Chatwoot/Info.plist;
709709 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
710710 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
711- MARKETING_VERSION = 0.0.47 ;
711+ MARKETING_VERSION = 0.0.48 ;
712712 OTHER_LDFLAGS = (
713713 "$(inherited)",
714714 "-ObjC",
730730 CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
731731 CODE_SIGN_IDENTITY = "Apple Development";
732732 CODE_SIGN_STYLE = Automatic;
733- CURRENT_PROJECT_VERSION = 47 ;
733+ CURRENT_PROJECT_VERSION = 48 ;
734734 DEVELOPMENT_TEAM = 6C953F3RX2;
735735 INFOPLIST_FILE = Chatwoot/Info.plist;
736736 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
737737 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
738- MARKETING_VERSION = 0.0.47 ;
738+ MARKETING_VERSION = 0.0.48 ;
739739 OTHER_LDFLAGS = (
740740 "$(inherited)",
741741 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " @chatwoot/mobile-app" ,
3- "version" : " 0.0.47 " ,
3+ "version" : " 0.0.48 " ,
44 "private" : true ,
55 "scripts" : {
66 "clean" : " rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force" ,
You can’t perform that action at this time.
0 commit comments