Skip to content

Commit

Permalink
feat: update to beta 8 in ios
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 3, 2022
1 parent 8bfc8df commit 10c6883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CapacitorPurchases.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '12.0'
s.dependency 'Capacitor'
s.dependency 'RevenueCat', '>= 4.0.0-beta.7'
s.dependency 'RevenueCat', '>= 4.0.0-beta.8'
s.swift_version = '5.1'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-purchases",
"version": "0.0.17",
"version": "0.0.18",
"description": "In-app Subscriptions Made Easy with RevenueCat sdk",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 10c6883

Please sign in to comment.