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',