Fiddling with version information

This commit is contained in:
John Lyon-Smith
2018-04-06 18:24:14 -07:00
parent fd5a28a4e9
commit 3a9c0720f6
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -13,7 +13,8 @@
minor: 2,
patch: 0,
build: 20180406,
revision: 2,
revision: 6,
sequence: 1,
tz: "America/Los_Angeles",
title: "Deighton AR System",
copyright: "© 2018, Kingston Software Solutions.",

View File

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