diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index 97d1984..e09b1e3 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 8 - versionName "1.1.2" + versionCode 9 + versionName "1.1.3" ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/mobile/android/app/src/main/AndroidManifest.xml b/mobile/android/app/src/main/AndroidManifest.xml index 25e26b9..af2cf54 100644 --- a/mobile/android/app/src/main/AndroidManifest.xml +++ b/mobile/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="9" + android:versionName="1.1.3"> diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index 03606a1..bb40b45 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.2 + 1.1.3 CFBundleSignature ???? CFBundleVersion diff --git a/mobile/src/version.js b/mobile/src/version.js index ab878e8..cd7a4ee 100644 --- a/mobile/src/version.js +++ b/mobile/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.1.2', - fullVersion: '1.1.2-20180529.0', + version: '1.1.3', + fullVersion: '1.1.3-20180529.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/package.json b/package.json index c51e504..656f814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deighton-ar", - "version": "1.1.2", + "version": "1.1.3", "description": "Deighton AR Training System", "main": "index.js", "repository": { diff --git a/server/src/version.js b/server/src/version.js index ab878e8..cd7a4ee 100644 --- a/server/src/version.js +++ b/server/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.1.2', - fullVersion: '1.1.2-20180529.0', + version: '1.1.3', + fullVersion: '1.1.3-20180529.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/version.json5 b/version.json5 index c136421..1911c3b 100644 --- a/version.json5 +++ b/version.json5 @@ -16,10 +16,10 @@ tags: { major: 1, minor: 1, - patch: 2, + patch: 3, build: 20180529, revision: 0, - sequence: 8, + sequence: 9, 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 ab878e8..cd7a4ee 100644 --- a/website/src/version.js +++ b/website/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.1.2', - fullVersion: '1.1.2-20180529.0', + version: '1.1.3', + fullVersion: '1.1.3-20180529.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com',