Skip to content

Commit

Permalink
fix(): do not use pinned cap version on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Oberwasserlechner committed Mar 7, 2019
1 parent bdb91cf commit 7a3daa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ByteowlsCapacitorOauth2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require 'json'
s.homepage = package['homepage']
s.author = package['author']
s.ios.deployment_target = '11.0'
s.dependency 'Capacitor', '1.0.0-beta.16'
s.dependency 'Capacitor', '~> 1.0.0-beta.16'
s.dependency 'OAuthSwift', '1.3.0'
s.source = { :git => 'https://github.com/moberwasserlechner/capacitor-oauth2', :tag => s.version.to_s }
s.source_files = 'ios/ByteowlsCapacitorOauth2/Source/*.{swift,h,m}'
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": "@byteowls/capacitor-oauth2",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Simple Capacitor OAuth 2 client plugin",
"author": "Michael Oberwasserlechner",
"homepage": "https://github.com/moberwasserlechner/capacitor-oauth2",
Expand Down

0 comments on commit 7a3daa4

Please sign in to comment.