Skip to content

Commit

Permalink
Merge pull request #3 from JoaoCaixinha/master
Browse files Browse the repository at this point in the history
fixes #2
  • Loading branch information
realtime-framework committed Sep 30, 2015
2 parents 4eb9851 + cdace9b commit fc7ed65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion RCTRealtimeMessagingIOS.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class RCTRealtimeMessagingIOS extends React.Component {

constructor(props) {
super(props);
this.id = instances++;
this.id = ""+instances++;
}

RTConnect(config){
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-realtimemessaging-ios",
"version": "1.0.9",
"version": "1.0.10",
"description": "The Realtime Framework Cloud Messaging Pub/Sub client for React-Native",
"main": "RCTRealtimeMessagingIOS.js",
"scripts": {
Expand Down

0 comments on commit fc7ed65

Please sign in to comment.