From b3a72610e66de1ccec5e45b170fb00873c3ed3c1 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Thu, 31 May 2018 13:39:14 -0700 Subject: [PATCH] Version 1.2.1-20180531.0 --- mobile/android/app/build.gradle | 4 ++-- mobile/android/app/src/main/AndroidManifest.xml | 2 +- mobile/ios/DeightonAR/Info.plist | 2 +- mobile/src/version.js | 4 ++-- package.json | 2 +- server/src/version.js | 4 ++-- version.json5 | 4 ++-- website/src/version.js | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index da035f5..b3e0a58 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 10 - versionName "1.2.0" + versionCode 11 + versionName "1.2.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 72abb93..4023914 100644 --- a/mobile/android/app/src/main/AndroidManifest.xml +++ b/mobile/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionName="1.2.1"> diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index 340266a..0cad6b4 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.0 + 1.2.1 CFBundleSignature ???? CFBundleVersion diff --git a/mobile/src/version.js b/mobile/src/version.js index c0af0ac..576de90 100644 --- a/mobile/src/version.js +++ b/mobile/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.2.0', - fullVersion: '1.2.0-20180531.0', + version: '1.2.1', + fullVersion: '1.2.1-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 c39b0d4..720d736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deighton-ar", - "version": "1.2.0", + "version": "1.2.1", "description": "Deighton AR Training System", "main": "index.js", "repository": { diff --git a/server/src/version.js b/server/src/version.js index c0af0ac..576de90 100644 --- a/server/src/version.js +++ b/server/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.2.0', - fullVersion: '1.2.0-20180531.0', + version: '1.2.1', + fullVersion: '1.2.1-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 a169569..6d3d903 100644 --- a/version.json5 +++ b/version.json5 @@ -16,10 +16,10 @@ tags: { major: 1, minor: 2, - patch: 0, + patch: 1, build: 20180531, revision: 0, - sequence: 10, + sequence: 11, 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 c0af0ac..576de90 100644 --- a/website/src/version.js +++ b/website/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.2.0', - fullVersion: '1.2.0-20180531.0', + version: '1.2.1', + fullVersion: '1.2.1-20180531.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com',