From f5044284ffd3fa2357e8a574ddf94e82aa03419c Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Sun, 15 Apr 2018 17:54:56 -0700 Subject: [PATCH] Update version --- mobile/ios/DeightonAR/Info.plist | 2 +- mobile/src/version.js | 2 +- version.json5 | 4 ++-- website/src/version.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index 67a59fc..f5dc457 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 20180414.3 + 20180415.0 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/mobile/src/version.js b/mobile/src/version.js index d217d02..c66fcc9 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-20180414.3', + fullVersion: '1.0.0-20180415.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/version.json5 b/version.json5 index 4521ab9..8c10be9 100644 --- a/version.json5 +++ b/version.json5 @@ -16,8 +16,8 @@ major: 1, minor: 0, patch: 0, - build: 20180414, - revision: 3, + build: 20180415, + revision: 0, sequence: 1, tz: "America/Los_Angeles", title: "Deighton AR System", diff --git a/website/src/version.js b/website/src/version.js index d217d02..c66fcc9 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-20180414.3', + fullVersion: '1.0.0-20180415.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com',