File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
opendtureactnative.xcodeproj Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ android {
86
86
setProperty(" archivesBaseName" , " OpenDTUApp" )
87
87
minSdkVersion rootProject. ext. minSdkVersion
88
88
targetSdkVersion rootProject. ext. targetSdkVersion
89
- versionCode 33
90
- versionName " 0.6 .0"
89
+ versionCode 34
90
+ versionName " 0.7 .0"
91
91
}
92
92
signingConfigs {
93
93
debug {
Original file line number Diff line number Diff line change 633
633
buildSettings = {
634
634
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
635
635
CLANG_ENABLE_MODULES = YES;
636
- CURRENT_PROJECT_VERSION = 33 ;
636
+ CURRENT_PROJECT_VERSION = 34 ;
637
637
ENABLE_BITCODE = NO;
638
638
ENABLE_USER_SCRIPT_SANDBOXING = NO;
639
639
HEADER_SEARCH_PATHS = (
745
745
buildSettings = {
746
746
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
747
747
CLANG_ENABLE_MODULES = YES;
748
- CURRENT_PROJECT_VERSION = 33 ;
748
+ CURRENT_PROJECT_VERSION = 34 ;
749
749
ENABLE_USER_SCRIPT_SANDBOXING = NO;
750
750
HEADER_SEARCH_PATHS = (
751
751
"$(inherited)",
Original file line number Diff line number Diff line change 22
22
<key >CFBundlePackageType </key >
23
23
<string >APPL </string >
24
24
<key >CFBundleShortVersionString </key >
25
- <string >0.6 .0 </string >
25
+ <string >0.7 .0 </string >
26
26
<key >CFBundleSignature </key >
27
27
<string >???? </string >
28
28
<key >CFBundleVersion </key >
29
- <string >33 </string >
29
+ <string >34 </string >
30
30
<key >LSRequiresIPhoneOS </key >
31
31
<true />
32
32
<key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.6 .0 </string >
18
+ <string >0.7 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >33 </string >
22
+ <string >34 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opendtu-react-native" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"private" : true ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments