diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist
index ee16434..ef0a551 100644
--- a/mobile/ios/DeightonAR/Info.plist
+++ b/mobile/ios/DeightonAR/Info.plist
@@ -23,7 +23,7 @@
CFBundleSignature
????
CFBundleVersion
- 20180514.1
+ 20180514.2
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/mobile/src/version.js b/mobile/src/version.js
index f6b250d..123bbcd 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-20180514.1',
+ fullVersion: '1.0.0-20180514.2',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',
diff --git a/server/src/version.js b/server/src/version.js
index f6b250d..123bbcd 100644
--- a/server/src/version.js
+++ b/server/src/version.js
@@ -1,6 +1,6 @@
export const versionInfo = {
version: '1.0.0',
- fullVersion: '1.0.0-20180514.1',
+ fullVersion: '1.0.0-20180514.2',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',
diff --git a/version.json5 b/version.json5
index aa5c338..43af745 100644
--- a/version.json5
+++ b/version.json5
@@ -18,7 +18,7 @@
minor: 0,
patch: 0,
build: 20180514,
- 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 f6b250d..123bbcd 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-20180514.1',
+ fullVersion: '1.0.0-20180514.2',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',