Skip to content

Commit c2ca149

Browse files
committed
Bump to 3.0.2
1 parent 1b25f57 commit c2ca149

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Version numbering represents the Swift version, plus a running number representi
55
You can also refer to commit logs to get details on what was implemented, fixed and improved.
66

77

8-
### 3.0.x
8+
### 3.0.2
99

1010
- Move `secretInBody` and `customParameters` from `authConfig` to `clientConfig`, where they belong
1111
- Allow to override default UTF-8 encoding of the _Basic_ authorization header

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.1</string>
18+
<string>3.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Tests/DataLoaderTests/OAuth2DataLoaderTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ import XCTest
2525
import Base
2626
@testable
2727
import Flows
28+
@testable
29+
import DataLoader
2830
#else
2931
@testable
3032
import OAuth2

generate-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
jazzy \
77
-o "docs" \
88
--min-acl "internal" \
9-
--module-version "3.0.1"
9+
--module-version "3.0.2"
1010

1111
mkdir docs/assets 2>/dev/null
1212
cp assets/* docs/assets/

p2.OAuth2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = "p2.OAuth2"
10-
s.version = "3.0.1"
10+
s.version = "3.0.2"
1111
s.summary = "OAuth2 framework for macOS, iOS and tvOS, written in Swift."
1212
s.description = <<-DESC
1313
OAuth2 frameworks for macOS, iOS and tvOS written in Swift.

0 commit comments

Comments
 (0)