File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ android {
110110 applicationId " com.routstr.localplusplus"
111111 minSdkVersion rootProject. ext. minSdkVersion
112112 targetSdkVersion rootProject. ext. targetSdkVersion
113- versionCode 12
114- versionName " 0.1.2 "
113+ versionCode 13
114+ versionName " 0.1.3 "
115115 }
116116 signingConfigs {
117117 debug {
Original file line number Diff line number Diff line change 494494 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
495495 CLANG_ENABLE_MODULES = YES;
496496 CODE_SIGN_ENTITLEMENTS = LocalPlusPlus/LocalPlusPlus.entitlements;
497- CURRENT_PROJECT_VERSION = 12 ;
497+ CURRENT_PROJECT_VERSION = 13 ;
498498 DEVELOPMENT_TEAM = YLK778Z528;
499499 ENABLE_BITCODE = NO;
500500 INFOPLIST_FILE = LocalPlusPlus/Info.plist;
505505 "$(inherited)",
506506 "@executable_path/Frameworks",
507507 );
508- MARKETING_VERSION = 0.1.2 ;
508+ MARKETING_VERSION = 0.1.3 ;
509509 OTHER_LDFLAGS = (
510510 "$(inherited)",
511511 "-ObjC",
529529 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
530530 CLANG_ENABLE_MODULES = YES;
531531 CODE_SIGN_ENTITLEMENTS = LocalPlusPlus/LocalPlusPlus.entitlements;
532- CURRENT_PROJECT_VERSION = 12 ;
532+ CURRENT_PROJECT_VERSION = 13 ;
533533 DEVELOPMENT_TEAM = YLK778Z528;
534534 INFOPLIST_FILE = LocalPlusPlus/Info.plist;
535535 INFOPLIST_KEY_CFBundleDisplayName = "Local++";
539539 "$(inherited)",
540540 "@executable_path/Frameworks",
541541 );
542- MARKETING_VERSION = 0.1.2 ;
542+ MARKETING_VERSION = 0.1.3 ;
543543 OTHER_LDFLAGS = (
544544 "$(inherited)",
545545 "-ObjC",
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >0.1.2 </string >
20+ <string >0.1.3 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >12 </string >
24+ <string >13 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.1.2 </string >
18+ <string >0.1.3 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >12 </string >
22+ <string >13 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 11{
22 "name" : " LocalPlusPlus" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments