From bbd259f9891f6352d0450d97ca169c99d8759093 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Mon, 28 May 2018 16:13:55 -0700 Subject: [PATCH] Version 1.1.1-20180528.0 --- mobile/android/app/build.gradle | 4 ++-- mobile/android/app/src/main/AndroidManifest.xml | 4 ++-- mobile/ios/DeightonAR/Info.plist | 4 ++-- mobile/src/version.js | 4 ++-- package.json | 2 +- server/src/version.js | 4 ++-- version.json5 | 6 +++--- website/src/version.js | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index c9bfd7b..fe7bbaf 100644 --- a/mobile/android/app/build.gradle +++ b/mobile/android/app/build.gradle @@ -101,8 +101,8 @@ android { applicationId "com.deightonar" minSdkVersion 24 targetSdkVersion 27 - versionCode 6 - versionName "1.1.0" + versionCode 7 + versionName "1.1.1" ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/mobile/android/app/src/main/AndroidManifest.xml b/mobile/android/app/src/main/AndroidManifest.xml index 3690a99..b104ce7 100644 --- a/mobile/android/app/src/main/AndroidManifest.xml +++ b/mobile/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="7" + android:versionName="1.1.1"> diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index eee8f63..e0a923f 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion - 20180525.0 + 20180528.0 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/mobile/src/version.js b/mobile/src/version.js index 6154ab4..374fa3f 100644 --- a/mobile/src/version.js +++ b/mobile/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.1.0', - fullVersion: '1.1.0-20180525.0', + version: '1.1.1', + fullVersion: '1.1.1-20180528.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/package.json b/package.json index 7c3da27..52b5409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deighton-ar", - "version": "1.1.0", + "version": "1.1.1", "description": "Deighton AR Training System", "main": "index.js", "repository": { diff --git a/server/src/version.js b/server/src/version.js index 6154ab4..374fa3f 100644 --- a/server/src/version.js +++ b/server/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.1.0', - fullVersion: '1.1.0-20180525.0', + version: '1.1.1', + fullVersion: '1.1.1-20180528.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/version.json5 b/version.json5 index 5f9312b..62822e4 100644 --- a/version.json5 +++ b/version.json5 @@ -16,10 +16,10 @@ tags: { major: 1, minor: 1, - patch: 0, - build: 20180525, + patch: 1, + build: 20180528, revision: 0, - sequence: 6, + sequence: 7, 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 6154ab4..374fa3f 100644 --- a/website/src/version.js +++ b/website/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.1.0', - fullVersion: '1.1.0-20180525.0', + version: '1.1.1', + fullVersion: '1.1.1-20180528.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com',