File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Stuff that I cannot test myself
4848- [ ] Multi-Inverter per DTU
4949
5050### Devnotes
51- - Use ` yarn version --patch ` to bump version
51+ - Use ` yarn version --patch --no-commit-hooks --no-git-tag-version ` to bump version
5252
5353### Early Screenshots
5454<img alt =" Screenshot_1702075921 " src =" https://github.com/OpenDTU-App/opendtu-react-native/assets/43087936/1475799f-881d-4eb4-8b1f-1065c64a85c1 " width =" 250 " >
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ android {
8080 setProperty(" archivesBaseName" , " OpenDTUApp" )
8181 minSdkVersion rootProject. ext. minSdkVersion
8282 targetSdkVersion rootProject. ext. targetSdkVersion
83- versionCode 13
84- versionName " 0.1.14 "
83+ versionCode 14
84+ versionName " 0.1.15 "
8585 }
8686 signingConfigs {
8787 debug {
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.14 </string >
20+ <string >0.1.15 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >13 </string >
24+ <string >14 </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.14 </string >
18+ <string >0.1.15 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >13 </string >
22+ <string >14 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 11{
22 "name" : " opendtu-react-native" ,
3- "version" : " 0.1.14 " ,
3+ "version" : " 0.1.15 " ,
44 "private" : true ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments