Skip to content

Commit

Permalink
Bump to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed Jan 31, 2017
1 parent 1b25f57 commit c2ca149
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.x
### 3.0.2

- Move `secretInBody` and `customParameters` from `authConfig` to `clientConfig`, where they belong
- Allow to override default UTF-8 encoding of the _Basic_ authorization header
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.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions Tests/DataLoaderTests/OAuth2DataLoaderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import XCTest
import Base
@testable
import Flows
@testable
import DataLoader
#else
@testable
import OAuth2
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.1"
--module-version "3.0.2"

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.1"
s.version = "3.0.2"
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 c2ca149

Please sign in to comment.