Version 1.0.0-20180410.0

This commit is contained in:
John Lyon-Smith
2018-04-10 08:50:38 -07:00
parent f6bf702d9b
commit 286a59c2e9
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20180408.0</string>
<string>20180410.0</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-20180408.0',
fullVersion: '1.0.0-20180410.0',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',

View File

@@ -15,7 +15,7 @@
major: 1,
minor: 0,
patch: 0,
build: 20180408,
build: 20180410,
revision: 0,
sequence: 1,
tz: "America/Los_Angeles",

View File

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