Update version

This commit is contained in:
John Lyon-Smith
2018-04-27 15:54:49 -07:00
parent 1b5ccf251f
commit 93f3d462b2
6 changed files with 7 additions and 7 deletions

View File

@@ -7,8 +7,8 @@ export const config = {
googleGeocodeAPIKey: "AIzaSyCs4JVT6gysnY5dAJ7KjVJYeykLv_xz1GI",
googleGeocodeURL: "https://maps.googleapis.com/maps/api/geocode/json",
refererURL: "https://dar.kss.us.com",
//defaultUser: "john@lyon-smith.org",
defaultUser: "",
defaultUser: "john@lyon-smith.org",
//defaultUser: "",
minGPSAccuracy: 100,
//minGPSAccuracy: 20,
minDistanceToItem: 10,

View File

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