diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist
index a5c9c69..2e34cc7 100644
--- a/mobile/ios/DeightonAR/Info.plist
+++ b/mobile/ios/DeightonAR/Info.plist
@@ -23,7 +23,7 @@
CFBundleSignature
????
CFBundleVersion
- 20180509.0
+ 20180514.0
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/mobile/src/version.js b/mobile/src/version.js
index eda1d28..7b61b6f 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-20180509.0',
+ fullVersion: '1.0.0-20180514.0',
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 eda1d28..7b61b6f 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-20180509.0',
+ fullVersion: '1.0.0-20180514.0',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',
diff --git a/version.json5 b/version.json5
index 94e0310..85e40c2 100644
--- a/version.json5
+++ b/version.json5
@@ -17,7 +17,7 @@
major: 1,
minor: 0,
patch: 0,
- build: 20180509,
+ build: 20180514,
revision: 0,
sequence: 1,
tz: "America/Los_Angeles",
diff --git a/website/src/version.js b/website/src/version.js
index eda1d28..7b61b6f 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-20180509.0',
+ fullVersion: '1.0.0-20180514.0',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',