Skip to content

Commit

Permalink
Bump version to 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed Aug 31, 2016
1 parent 10d32a4 commit ac59f6a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Version numbering represents the Swift version, plus a running number representi
You can also refer to commit logs to get details on what was implemented, fixed and improved.


### x.x.x
### 2.2.9

- Allow to add custom authentication headers (thanks @SpectralDragon)
- Fix: add `client_id` to password grant even if there is no secret (thanks Criss!)


Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Contributors

Contributors to the codebase, in reverse chronological order:

Vladislav Prusakov, @SpectralDragon
Andrew Schenk, @andrewschenk
Thomas Einwaller, @tompson
David Kraus, @davidkraus
Expand All @@ -13,5 +14,3 @@ Glenn Schmidt, @glennschmidt
Tomohiro Kumagai, @ez-net
Tim Sneed, @trsneed
Vojto Rinik, @vojto
Vladislav Prusakov, @SpectralDragon

2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2.8</string>
<string>2.2.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jazzy \
-m "OAuth2" \
-a "Pascal Pfiffner" \
-o "docs" \
--module-version "2.2.8"
--module-version "2.2.9"

mkdir docs/assets 2>/dev/null
cp assets/* docs/assets/
2 changes: 1 addition & 1 deletion p2.OAuth2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = "p2.OAuth2"
s.version = "2.2.8"
s.version = "2.2.9"
s.summary = "OAuth2 framework for OS X, iOS and tvOS, written in Swift."
s.description = <<-DESC
OAuth2 frameworks for OS X, iOS and tvOS written in Swift.
Expand Down

0 comments on commit ac59f6a

Please sign in to comment.