From 3a9c0720f69e6820db985dd52c2838f6d8634f8c Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Fri, 6 Apr 2018 18:24:14 -0700 Subject: [PATCH] Fiddling with version information --- mobile/ios/DeightonAR/Info.plist | 2 +- version.json5 | 3 ++- website/src/version.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index e19103f..f01c2cf 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 20180406.2 + 20180406.6 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/version.json5 b/version.json5 index 3b65c7a..b5b0a68 100644 --- a/version.json5 +++ b/version.json5 @@ -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.", diff --git a/website/src/version.js b/website/src/version.js index f328ec7..02f0ed3 100644 --- a/website/src/version.js +++ b/website/src/version.js @@ -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',