Skip to content

Commit

Permalink
Preparing for version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Apr 16, 2019
1 parent 615ccac commit 5edb373
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.1.2
- Updates iOS SDK to 2.1.1

## 2.1.1
- If using an app ejected from Expo, the Android project wouldn't build since it couldn't find the react-native dependency. This release should fix it.

Expand Down
2 changes: 1 addition & 1 deletion RNPurchases.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |spec|
spec.exclude_files = "ios/Purchases.framework"

spec.dependency "React"
spec.dependency "Purchases", "~> 2.1.0"
spec.dependency "Purchases", "~> 2.1.1"
end
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var os = require('os');
if (os.type() === 'Linux')
exec("Skipping iOS Dependencies", puts);
else if (os.type() === 'Darwin')
exec("./scripts/download-purchases-framework.sh 2.1.0", puts);
exec("./scripts/download-purchases-framework.sh 2.1.1", puts);
else if (os.type() === 'Windows_NT')
exec("Skipping iOS Dependencies", puts);
else
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-purchases",
"title": "React Native Purchases",
"version": "2.1.1",
"version": "2.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5edb373

Please sign in to comment.