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" applicationId "com.telecominfraproject.openwifi.myopenwifi"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 15 versionCode 16
versionName "0.5.8" versionName "0.5.9"
} }
splits { splits {
abi { abi {

View File

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

View File

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

View File

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