From 7e366062b165500fe64dc782f2d5807f407fe264 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Sat, 14 Apr 2018 06:06:06 -0700 Subject: [PATCH] Update version --- 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 7216e24..328af52 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 20180414.1 + 20180414.2 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/mobile/src/version.js b/mobile/src/version.js index 0241acf..14755a4 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.1', + fullVersion: '1.0.0-20180414.2', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/version.json5 b/version.json5 index 767744b..7a4d10d 100644 --- a/version.json5 +++ b/version.json5 @@ -17,7 +17,7 @@ minor: 0, patch: 0, build: 20180414, - revision: 1, + revision: 2, sequence: 1, tz: "America/Los_Angeles", title: "Deighton AR System", diff --git a/website/src/version.js b/website/src/version.js index 0241acf..14755a4 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.1', + fullVersion: '1.0.0-20180414.2', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com',