File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
opendtureactnative.xcodeproj Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ android {
8686 setProperty(" archivesBaseName" , " OpenDTUApp" )
8787 minSdkVersion rootProject. ext. minSdkVersion
8888 targetSdkVersion rootProject. ext. targetSdkVersion
89- versionCode 40
90- versionName " 0.10.2 "
89+ versionCode 41
90+ versionName " 0.11.0 "
9191 externalNativeBuild {
9292 // For ndk-build, instead use the ndkBuild block.
9393 cmake {
Original file line number Diff line number Diff line change 391391 buildSettings = {
392392 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
393393 CLANG_ENABLE_MODULES = YES;
394- CURRENT_PROJECT_VERSION = 40 ;
394+ CURRENT_PROJECT_VERSION = 41 ;
395395 ENABLE_BITCODE = NO;
396396 ENABLE_USER_SCRIPT_SANDBOXING = NO;
397397 HEADER_SEARCH_PATHS = (
503503 buildSettings = {
504504 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
505505 CLANG_ENABLE_MODULES = YES;
506- CURRENT_PROJECT_VERSION = 40 ;
506+ CURRENT_PROJECT_VERSION = 41 ;
507507 ENABLE_USER_SCRIPT_SANDBOXING = NO;
508508 HEADER_SEARCH_PATHS = (
509509 "$(inherited)",
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.10.2 </string >
20+ <string >0.11.0 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >40 </string >
24+ <string >41 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 11{
22 "name" : " opendtu-react-native" ,
3- "version" : " 0.10.2 " ,
3+ "version" : " 0.11.0 " ,
44 "private" : true ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments