diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index d1b7220..d194b7d 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 20180426.0 + 20180427.0 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/mobile/src/config.js b/mobile/src/config.js index 294113f..45d5293 100644 --- a/mobile/src/config.js +++ b/mobile/src/config.js @@ -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, diff --git a/mobile/src/version.js b/mobile/src/version.js index 56510f3..3bbf358 100644 --- a/mobile/src/version.js +++ b/mobile/src/version.js @@ -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', diff --git a/server/src/version.js b/server/src/version.js index 56510f3..3bbf358 100644 --- a/server/src/version.js +++ b/server/src/version.js @@ -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', diff --git a/version.json5 b/version.json5 index 749be7f..51dea69 100644 --- a/version.json5 +++ b/version.json5 @@ -17,7 +17,7 @@ major: 1, minor: 0, patch: 0, - build: 20180426, + build: 20180427, revision: 0, sequence: 1, tz: "America/Los_Angeles", diff --git a/website/src/version.js b/website/src/version.js index 56510f3..3bbf358 100644 --- a/website/src/version.js +++ b/website/src/version.js @@ -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',