From 93cfa3b4dc0a66356ae70a19721829d859723be4 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Tue, 1 May 2018 15:23:34 -0700 Subject: [PATCH] Upgrade version --- mobile/ios/DeightonAR/Info.plist | 2 +- mobile/src/version.js | 2 +- server/src/version.js | 2 +- version.json5 | 2 +- website/src/version.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index be72313..297cf94 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature ???? CFBundleVersion - 20180501.0 + 20180501.1 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/mobile/src/version.js b/mobile/src/version.js index 29a2017..0084fef 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-20180501.0', + fullVersion: '1.0.0-20180501.1', 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 29a2017..0084fef 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-20180501.0', + fullVersion: '1.0.0-20180501.1', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/version.json5 b/version.json5 index 455af7f..a7006c7 100644 --- a/version.json5 +++ b/version.json5 @@ -18,7 +18,7 @@ minor: 0, patch: 0, build: 20180501, - revision: 0, + revision: 1, sequence: 1, tz: "America/Los_Angeles", title: "Deighton AR System", diff --git a/website/src/version.js b/website/src/version.js index 29a2017..0084fef 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-20180501.0', + fullVersion: '1.0.0-20180501.1', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com',