Skip to content

Commit

Permalink
Version 4.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtan committed Jul 25, 2019
1 parent 51e914c commit 7d287f8
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion android/app/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION_NAME=4.18.0
VERSION_NAME=4.18.1
2 changes: 1 addition & 1 deletion ios/TinyRobot/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.18.0</string>
<string>4.18.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/tinyrobot-tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.18.0</string>
<string>4.18.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/tinyrobot-tvOSTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.18.0</string>
<string>4.18.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/tinyrobotStaging-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.18.0</string>
<string>4.18.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/tinyrobotTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.18.0</string>
<string>4.18.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7d287f8

Please sign in to comment.