diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index c0bc118..d48067a 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 4 - versionName "1.0.1" + versionCode 5 + versionName "1.0.2" ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/mobile/android/app/src/main/AndroidManifest.xml b/mobile/android/app/src/main/AndroidManifest.xml index 4d68df7..7d153dc 100644 --- a/mobile/android/app/src/main/AndroidManifest.xml +++ b/mobile/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="5" + android:versionName="1.0.2"> diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index 1008a79..bf0582d 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/mobile/src/version.js b/mobile/src/version.js index 49f8257..cc8c0c2 100644 --- a/mobile/src/version.js +++ b/mobile/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.0.1', - fullVersion: '1.0.1-20180518.0', + version: '1.0.2', + fullVersion: '1.0.2-20180518.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/package.json b/package.json index 7032efe..1512b21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deighton-ar", - "version": "1.0.1", + "version": "1.0.2", "description": "Deighton AR Training System", "main": "index.js", "repository": { diff --git a/server/src/version.js b/server/src/version.js index 49f8257..cc8c0c2 100644 --- a/server/src/version.js +++ b/server/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.0.1', - fullVersion: '1.0.1-20180518.0', + version: '1.0.2', + fullVersion: '1.0.2-20180518.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/version.json5 b/version.json5 index 387dd67..331789a 100644 --- a/version.json5 +++ b/version.json5 @@ -16,10 +16,10 @@ tags: { major: 1, minor: 0, - patch: 1, + patch: 2, build: 20180518, revision: 0, - sequence: 4, + sequence: 5, 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 49f8257..cc8c0c2 100644 --- a/website/src/version.js +++ b/website/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { - version: '1.0.1', - fullVersion: '1.0.1-20180518.0', + version: '1.0.2', + fullVersion: '1.0.2-20180518.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com',