Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #43 from jinSasaki/bump-up
Browse files Browse the repository at this point in the history
Version up
  • Loading branch information
jinSasaki authored Nov 26, 2019
2 parents 39700fe + 28d62ef commit 119b5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion InAppPurchase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "InAppPurchase"
s.version = "2.2.0"
s.version = "2.3.0"
s.summary = "A Simple, Lightweight and Safe framework for In App Purchase."
s.homepage = "https://github.com/jinSasaki/InAppPurchase"
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ iap.fetchProduct(productIdentifiers: ["PRODUCT_ID"], handler: { (result) in
let iap = InAppPurchase.default
iap.restore(handler: { (result) in
switch result {
case .success:
// Restored
case .success(let productIds):
// Restored with product ids
case .failure(let error):
// Handle `InAppPurchase.Error`
}
Expand Down

0 comments on commit 119b5a9

Please sign in to comment.