Updated version number for release.

This commit is contained in:
Dan Lefrancois
2022-05-18 11:39:50 -07:00
parent 93c6cacc1f
commit 84e11415b8
4 changed files with 7 additions and 7 deletions

View File

@@ -135,8 +135,8 @@ android {
applicationId "com.telecominfraproject.openwifi.myopenwifi"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 15
versionName "0.5.8"
versionCode 16
versionName "0.5.9"
}
splits {
abi {

View File

@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.8</string>
<string>0.5.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>NSAppTransportSecurity</key>

View File

@@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.8</string>
<string>0.5.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
</dict>
</plist>

View File

@@ -1,6 +1,6 @@
{
"name": "myopenwifi",
"version": "0.5.8",
"version": "0.5.9",
"private": true,
"scripts": {
"android": "react-native run-android",