Skip to content

Commit a830a97

Browse files
Bump version to v0.1.15
1 parent c15d81c commit a830a97

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

ios/opendtureactnative/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
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>

ios/opendtureactnativeTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
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>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opendtu-react-native",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)