Skip to content

Commit 7167803

Browse files
committed
bump version to 1.2.2
1 parent f04099c commit 7167803

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NXOAuth2Client.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'NXOAuth2Client'
3-
s.version = '1.2.1'
3+
s.version = '1.2.2'
44
s.license = {
55
:type => 'BSD',
66
:text => <<-LICENSETEXT
@@ -35,7 +35,7 @@ Pod::Spec.new do |s|
3535
s.summary = 'Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec).'
3636
s.homepage = 'https://github.com/nxtbgthng/OAuth2Client'
3737
s.author = { 'nxtbgthng' => '[email protected]'}
38-
s.source = { :git => 'https://github.com/nxtbgthng/OAuth2Client.git', :tag => 'v1.2.1' }
38+
s.source = { :git => 'https://github.com/nxtbgthng/OAuth2Client.git', :tag => "v#{s.version}" }
3939
s.source_files = 'NXOAuth2Account+Private.h', 'Sources/', 'Sources/OAuth2Client/'
4040
s.frameworks = 'Security'
4141
s.requires_arc = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ installation steps automatically.
5151

5252
In order to install the library this way add the following line to your `Podfile`:
5353

54-
```dependency 'NXOAuth2Client','1.1.0'```
54+
```dependency 'NXOAuth2Client','1.2.2'```
5555

5656
and run the following command `pod install`.
5757

0 commit comments

Comments
 (0)