Fix index issue

This commit is contained in:
John Lyon-Smith
2018-04-13 09:54:53 -07:00
parent bdc80c5b01
commit dc15a4bc60
5 changed files with 63 additions and 39 deletions

View File

@@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20180413.0</string>
<string>20180413.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>

View File

@@ -1,6 +1,6 @@
export const versionInfo = {
version: '1.0.0',
fullVersion: '1.0.0-20180413.0',
fullVersion: '1.0.0-20180413.1',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',