Skip to content

Commit

Permalink
Merge pull request #4 from shoutem/release/0.2.0
Browse files Browse the repository at this point in the history
Release/0.2.0
  • Loading branch information
sirhotsauce committed Feb 13, 2017
2 parents ba63bca + c287ef7 commit e23115e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/RNShopify.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "RCTBridgeModule.h"
#import "<React/RCTBridgeModule.h>"
#import "Buy.h"

@interface RNShopify : UIViewController <RCTBridgeModule, BUYPaymentProviderDelegate>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-shopify",
"version": "0.1.0",
"version": "0.2.0",
"description": "React Native bridge for Shopify Mobile Buy SDK for iOS and Android",
"main": "index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"author": "Shoutem",
"license": "BSD-3-Clause",
"peerDependencies": {
"react-native": "0.39.2"
"react-native": ">=0.40.0"
}
}

0 comments on commit e23115e

Please sign in to comment.