Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
react-native-fbsdk-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhuowen committed May 25, 2016
1 parent 68dec07 commit 5dce6dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

public class FBSDKPackage implements ReactPackage {

public static String VERSION_TO_RELEASE = "ReactNative-v0.2.0";
public static String VERSION_TO_RELEASE = "ReactNative-v0.2.1";

private CallbackManager mCallbackManager;
public FBSDKPackage(CallbackManager callbackManager) {
Expand Down
2 changes: 1 addition & 1 deletion iOS/RCTFBSDK/core/RCTFBSDKInitializer.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ @implementation RCTFBSDKInitializer
- (instancetype)init
{
if ((self = [super init])) {
[FBSDKSettings setUserAgentSuffix:@"ReactNative-v0.2.0"];
[FBSDKSettings setUserAgentSuffix:@"ReactNative-v0.2.1"];
}
return self;
}
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": "react-native-fbsdk",
"version": "0.2.0",
"version": "0.2.1",
"description": "Facebook SDK support for React Native apps.",
"main": "./js/index.js",
"author": {
Expand Down

0 comments on commit 5dce6dd

Please sign in to comment.