Skip to content

Commit

Permalink
Bump to v0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderRedYT committed Mar 12, 2024
1 parent b0dd71c commit 23c6f8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ android {
setProperty("archivesBaseName", "OpenDTUApp")
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 15
versionName "0.1.16"
versionCode 16
versionName "0.1.17"
}
signingConfigs {
debug {
Expand Down
4 changes: 2 additions & 2 deletions ios/opendtureactnative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.16</string>
<string>0.1.17</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/opendtureactnativeTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.16</string>
<string>0.1.17</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendtu-react-native",
"version": "0.1.16",
"version": "0.1.17",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 23c6f8a

Please sign in to comment.