From 286a59c2e9ae343953220d1d963b38ae84fefdea Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Tue, 10 Apr 2018 08:50:38 -0700 Subject: [PATCH] Version 1.0.0-20180410.0 --- mobile/ios/DeightonAR/Info.plist | 2 +- mobile/src/version.js | 2 +- version.json5 | 2 +- website/src/version.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index f0f6f32..890b502 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 20180408.0 + 20180410.0 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/mobile/src/version.js b/mobile/src/version.js index a112728..e9911c7 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-20180408.0', + fullVersion: '1.0.0-20180410.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/version.json5 b/version.json5 index cd11dde..7e21746 100644 --- a/version.json5 +++ b/version.json5 @@ -15,7 +15,7 @@ major: 1, minor: 0, patch: 0, - build: 20180408, + build: 20180410, revision: 0, sequence: 1, tz: "America/Los_Angeles", diff --git a/website/src/version.js b/website/src/version.js index a112728..e9911c7 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-20180408.0', + fullVersion: '1.0.0-20180410.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com',