From 519bc1c50b75ab14e06713d3f8c84abb65be1ef5 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Thu, 31 May 2018 11:16:42 -0700 Subject: [PATCH] Version 1.2.0-20180531.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 | 8 ++++---- website/src/version.js | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index e09b1e3..da035f5 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 9 - versionName "1.1.3" + versionCode 10 + versionName "1.2.0" ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/mobile/android/app/src/main/AndroidManifest.xml b/mobile/android/app/src/main/AndroidManifest.xml index af2cf54..72abb93 100644 --- a/mobile/android/app/src/main/AndroidManifest.xml +++ b/mobile/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="10" + android:versionName="1.2.0"> diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index bb40b45..340266a 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.3 + 1.2.0 CFBundleSignature ???? CFBundleVersion - 20180529.0 + 20180531.0 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/mobile/src/version.js b/mobile/src/version.js index cd7a4ee..c0af0ac 100644 --- a/mobile/src/version.js +++ b/mobile/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.1.3', - fullVersion: '1.1.3-20180529.0', + version: '1.2.0', + fullVersion: '1.2.0-20180531.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/package.json b/package.json index 656f814..c39b0d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deighton-ar", - "version": "1.1.3", + "version": "1.2.0", "description": "Deighton AR Training System", "main": "index.js", "repository": { diff --git a/server/src/version.js b/server/src/version.js index cd7a4ee..c0af0ac 100644 --- a/server/src/version.js +++ b/server/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.1.3', - fullVersion: '1.1.3-20180529.0', + version: '1.2.0', + fullVersion: '1.2.0-20180531.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/version.json5 b/version.json5 index 1911c3b..a169569 100644 --- a/version.json5 +++ b/version.json5 @@ -15,11 +15,11 @@ buildFormat: "full", tags: { major: 1, - minor: 1, - patch: 3, - build: 20180529, + minor: 2, + patch: 0, + build: 20180531, revision: 0, - sequence: 9, + sequence: 10, 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 cd7a4ee..c0af0ac 100644 --- a/website/src/version.js +++ b/website/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.1.3', - fullVersion: '1.1.3-20180529.0', + version: '1.2.0', + fullVersion: '1.2.0-20180531.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com',