From 7d287f862cc284e4ca937faabe9e2b487a0e767a Mon Sep 17 00:00:00 2001 From: Beng Tan Date: Thu, 25 Jul 2019 15:41:08 +0800 Subject: [PATCH] Version 4.18.1 --- CHANGELOG.md | 2 ++ android/app/version.properties | 2 +- ios/TinyRobot/Info.plist | 2 +- ios/tinyrobot-tvOS/Info.plist | 2 +- ios/tinyrobot-tvOSTests/Info.plist | 2 +- ios/tinyrobotStaging-Info.plist | 2 +- ios/tinyrobotTests/Info.plist | 2 +- package.json | 2 +- 8 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b53d50b23..0068043e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Also: [Deployment history](https://github.com/hippware/tr-wiki/wiki/Client-deplo Ticket numbers refer to the ticket tracker for this project if not specified. +# 4.18.1 - 2019 Jul 25 + * Tweak to location creation - Auto populate the location name (#3094) * Identify bugsnag user (PR #3932) * Fix setParams race condition on Android. (PR #3936) diff --git a/android/app/version.properties b/android/app/version.properties index 648b60f37..510187eec 100644 --- a/android/app/version.properties +++ b/android/app/version.properties @@ -1 +1 @@ -VERSION_NAME=4.18.0 +VERSION_NAME=4.18.1 diff --git a/ios/TinyRobot/Info.plist b/ios/TinyRobot/Info.plist index 30d4a01d8..d25b251fb 100644 --- a/ios/TinyRobot/Info.plist +++ b/ios/TinyRobot/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.18.0 + 4.18.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/tinyrobot-tvOS/Info.plist b/ios/tinyrobot-tvOS/Info.plist index 505e4e461..65b0444d8 100644 --- a/ios/tinyrobot-tvOS/Info.plist +++ b/ios/tinyrobot-tvOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.18.0 + 4.18.1 CFBundleSignature ???? CFBundleVersion diff --git a/ios/tinyrobot-tvOSTests/Info.plist b/ios/tinyrobot-tvOSTests/Info.plist index 3bf0df82d..5f3c90cca 100644 --- a/ios/tinyrobot-tvOSTests/Info.plist +++ b/ios/tinyrobot-tvOSTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 4.18.0 + 4.18.1 CFBundleSignature ???? CFBundleVersion diff --git a/ios/tinyrobotStaging-Info.plist b/ios/tinyrobotStaging-Info.plist index bcf13b286..5573e53cc 100644 --- a/ios/tinyrobotStaging-Info.plist +++ b/ios/tinyrobotStaging-Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.18.0 + 4.18.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/tinyrobotTests/Info.plist b/ios/tinyrobotTests/Info.plist index 3bf0df82d..5f3c90cca 100644 --- a/ios/tinyrobotTests/Info.plist +++ b/ios/tinyrobotTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 4.18.0 + 4.18.1 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index add39f690..af38da88b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinyrobot", - "version": "4.18.0", + "version": "4.18.1", "private": true, "scripts": { "start": "ENVFILE=.env.staging node node_modules/react-native/local-cli/cli.js start",