From 1a6e59d99c45622f14a4446b09c41bd8eca10b69 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Mon, 23 Apr 2018 15:23:16 -0700 Subject: [PATCH] Version bump --- mobile/ios/DeightonAR/Info.plist | 2 +- mobile/package.json | 2 +- mobile/src/config.js | 8 ++++---- mobile/src/version.js | 2 +- server/src/version.js | 2 +- version.json5 | 4 ++-- website/src/version.js | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index f5dc457..8a6692c 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 20180415.0 + 20180423.0 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/mobile/package.json b/mobile/package.json index 362252e..119464a 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -12,7 +12,7 @@ "scripts": { "start": "react-native start", "android": "react-native run-android", - "android:release": "cd android; rm -rf ./app/build && ./gradlew assembleRelease && ./rename-apk", + "build:android": "cd android; rm -rf ./app/build && ./gradlew assembleRelease && ./rename-apk", "ios": "react-native run-ios", "test": "node node_modules/jest/bin/jest.js", "postinstall": "sed -i '' 's/#import /#import \"RCTValueAnimatedNode.h\"/' ./node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sed -i '' 's/#import /#import \"fishhook.h\"/' ./node_modules/react-native/Libraries/WebSocket/RCTReconnectingWebSocket.m" diff --git a/mobile/src/config.js b/mobile/src/config.js index 41605ca..5f63eb9 100644 --- a/mobile/src/config.js +++ b/mobile/src/config.js @@ -7,10 +7,10 @@ export const config = { googleGeocodeAPIKey: "AIzaSyCs4JVT6gysnY5dAJ7KjVJYeykLv_xz1GI", googleGeocodeURL: "https://maps.googleapis.com/maps/api/geocode/json", refererURL: "https://dar.kss.us.com", - defaultUser: "john@lyon-smith.org", - //defaultUser: "", - //minGPSAccuracy: 20, - minGPSAccuracy: 100, + //defaultUser: "john@lyon-smith.org", + defaultUser: "", + //minGPSAccuracy: 100, + minGPSAccuracy: 20, minDistanceToItem: 10, geocodeDelayMilliseconds: 500, } diff --git a/mobile/src/version.js b/mobile/src/version.js index c66fcc9..b2f3fc7 100644 --- a/mobile/src/version.js +++ b/mobile/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { version: '1.0.0', - fullVersion: '1.0.0-20180415.0', + fullVersion: '1.0.0-20180423.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/server/src/version.js b/server/src/version.js index c66fcc9..b2f3fc7 100644 --- a/server/src/version.js +++ b/server/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { version: '1.0.0', - fullVersion: '1.0.0-20180415.0', + fullVersion: '1.0.0-20180423.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com', diff --git a/version.json5 b/version.json5 index bb857a6..1607ceb 100644 --- a/version.json5 +++ b/version.json5 @@ -7,7 +7,7 @@ "mobile/ios/DeightonAR/info.plist", "mobile/android/app/build.gradle", "mobile/android/app/src/main/AndroidManifest.xml", - "service/src/version.js", + "server/src/version.js", "scratch/version.txt", "scratch/version.tag.txt", "scratch/version.desc.txt" @@ -17,7 +17,7 @@ major: 1, minor: 0, patch: 0, - build: 20180415, + build: 20180423, revision: 0, sequence: 1, tz: "America/Los_Angeles", diff --git a/website/src/version.js b/website/src/version.js index c66fcc9..b2f3fc7 100644 --- a/website/src/version.js +++ b/website/src/version.js @@ -1,6 +1,6 @@ export const versionInfo = { version: '1.0.0', - fullVersion: '1.0.0-20180415.0', + fullVersion: '1.0.0-20180423.0', title: 'Deighton AR System', copyright: '© 2018, Kingston Software Solutions.', supportEmail: 'support@kss.us.com',