Skip to content

Commit

Permalink
bump version to 1.51.0. update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
prefontaineman1 committed Oct 4, 2017
1 parent 08826d4 commit e2d6466
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ 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.


# 1.51.0 - 2017 October 4

* Enable reCAPTCHA auth flow for push notification disabled devices (#1338)


# 1.50.2 - 2017 October 3

* re-remove Firebase/Messaging
* cleaner error message on failed firebase phone number verification


# 1.50.1 - 2017 October 3

* Unstick firebase registration bug that affects first time registration
Expand Down
2 changes: 1 addition & 1 deletion ios/TinyRobot/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>1.50.2</string>
<string>1.51.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</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 @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.50.2</string>
<string>1.51.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/tinyrobotTesting-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.50.2</string>
<string>1.51.0</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": "1.50.2",
"version": "1.51.0",
"private": true,
"scripts": {
"lint": "eslint src",
Expand Down

0 comments on commit e2d6466

Please sign in to comment.