Version 1.4.2-20180628.0

This commit is contained in:
John Lyon-Smith
2018-06-28 09:54:45 -07:00
parent 355bb98b28
commit e6c7fbe3ad
8 changed files with 14 additions and 14 deletions

View File

@@ -101,8 +101,8 @@ android {
applicationId "com.deightonar"
minSdkVersion 24
targetSdkVersion 27
versionCode 14
versionName "1.4.1"
versionCode 15
versionName "1.4.2"
ndk {
abiFilters "armeabi-v7a", "x86"
}

View File

@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.deightonar"
android:versionCode="11"
android:versionName="1.4.1">
android:versionCode="15"
android:versionName="1.4.2">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

View File

@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.1</string>
<string>1.4.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@@ -1,6 +1,6 @@
export const versionInfo = {
version: '1.4.1',
fullVersion: '1.4.1-20180628.0',
version: '1.4.2',
fullVersion: '1.4.2-20180628.0',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',

View File

@@ -1,6 +1,6 @@
{
"name": "deighton-ar",
"version": "1.4.1",
"version": "1.4.2",
"description": "Deighton AR Training System",
"main": "index.js",
"repository": {

View File

@@ -1,6 +1,6 @@
export const versionInfo = {
version: '1.4.1',
fullVersion: '1.4.1-20180628.0',
version: '1.4.2',
fullVersion: '1.4.2-20180628.0',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',

View File

@@ -16,10 +16,10 @@
tags: {
major: 1,
minor: 4,
patch: 1,
patch: 2,
build: 20180628,
revision: 0,
sequence: 14,
sequence: 15,
tz: "America/Los_Angeles",
title: "Deighton AR System",
copyright: "© 2018, Kingston Software Solutions.",

View File

@@ -1,6 +1,6 @@
export const versionInfo = {
version: '1.4.1',
fullVersion: '1.4.1-20180628.0',
version: '1.4.2',
fullVersion: '1.4.2-20180628.0',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',