File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1+ 3.0.2
Original file line number Diff line number Diff line change 1- 2.6.5
1+ 3.0.2
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ android {
136136 applicationId " com.chatwoot.app"
137137 minSdkVersion rootProject. ext. minSdkVersion
138138 targetSdkVersion rootProject. ext. targetSdkVersion
139- versionCode 5001
140- versionName " 1.2.7 "
139+ versionCode 5003
140+ versionName " 1.3.0 "
141141 multiDexEnabled true
142142 }
143143 splits {
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ Deploy a new version to the Google Play
3434
3535----
3636
37- This README.md is auto-generated and will be re-generated every time [ fastlane ] ( https://fastlane.tools ) is run.
37+ This README.md is auto-generated and will be re-generated every time [ _ fastlane _ ] ( https://fastlane.tools ) is run.
3838More information about fastlane can be found on [ fastlane.tools] ( https://fastlane.tools ) .
3939The documentation of fastlane can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
Original file line number Diff line number Diff line change 739739 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
740740 CLANG_ENABLE_MODULES = YES;
741741 CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
742- CURRENT_PROJECT_VERSION = 129 ;
742+ CURRENT_PROJECT_VERSION = 130 ;
743743 DEVELOPMENT_TEAM = 6C953F3RX2;
744744 ENABLE_BITCODE = NO;
745745 EXCLUDED_ARCHS = "";
746746 INFOPLIST_FILE = Chatwoot/Info.plist;
747747 IPHONEOS_DEPLOYMENT_TARGET = 12.3;
748748 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
749- MARKETING_VERSION = 1.2.9 ;
749+ MARKETING_VERSION = 1.3.0 ;
750750 OTHER_LDFLAGS = (
751751 "$(inherited)",
752752 "-ObjC",
769769 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
770770 CLANG_ENABLE_MODULES = YES;
771771 CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
772- CURRENT_PROJECT_VERSION = 129 ;
772+ CURRENT_PROJECT_VERSION = 130 ;
773773 DEVELOPMENT_TEAM = 6C953F3RX2;
774774 EXCLUDED_ARCHS = "";
775775 INFOPLIST_FILE = Chatwoot/Info.plist;
776776 IPHONEOS_DEPLOYMENT_TARGET = 12.3;
777777 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
778- MARKETING_VERSION = 1.2.9 ;
778+ MARKETING_VERSION = 1.3.0 ;
779779 OTHER_LDFLAGS = (
780780 "$(inherited)",
781781 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " @chatwoot/mobile-app" ,
3- "version" : " 1.2.8 " ,
3+ "version" : " 1.3.0 " ,
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