Skip to content

Commit

Permalink
Prepare for 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed Nov 24, 2016
1 parent 316587c commit e088f8e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.


### 3.0.1

- Add Azure flow (thanks @everlof)
- Add `keychain_account_*` settings (thanks @aidzz)
- Workaround for Safari issue (thanks @everlof)


### 3.0.0

- Rewrite in Swift 3
Expand Down
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>3.0.0</string>
<string>3.0.1</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 @@ -6,7 +6,7 @@
jazzy \
-o "docs" \
--min-acl "internal" \
--module-version "3.0.0"
--module-version "3.0.1"

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 = "3.0.0"
s.version = "3.0.1"
s.summary = "OAuth2 framework for macOS, iOS and tvOS, written in Swift."
s.description = <<-DESC
OAuth2 frameworks for macOS, iOS and tvOS written in Swift.
Expand Down

0 comments on commit e088f8e

Please sign in to comment.