Skip to content

Commit

Permalink
Bump Version: 5.15.0 (#658)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #658

Bump Version: 5.15.0

Reviewed By: tianqibt

Differential Revision: D19506728

fbshipit-source-id: 332275c5e84f56687d1d278b4f2f96871f9e12fd
  • Loading branch information
KylinChang authored and facebook-github-bot committed Jan 22, 2020
1 parent d19860a commit b5c2fb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.14.0] - 2020-01-21
## [5.15.0] - 2020-01-21

### Added
- Install Referrer uses new API
Expand Down Expand Up @@ -154,7 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- Links -->

[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.4.0...HEAD
[5.14.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.13.0...sdk-version-5.14.0
[5.15.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.13.0...sdk-version-5.15.0
[5.13.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.12.1...sdk-version-5.13.0
[5.12.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.12.0...sdk-version-5.12.1
[5.12.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.11.2...sdk-version-5.12.0
Expand All @@ -177,3 +177,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0




Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
package com.facebook;

final class FacebookSdkVersion {
public static final String BUILD = "5.14.0";
public static final String BUILD = "5.15.0";
}

0 comments on commit b5c2fb6

Please sign in to comment.