Skip to content

Commit 7acf3fe

Browse files
committed
Update to 5.3.1
1 parent 4496b5b commit 7acf3fe

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44
Version numbering represents the Swift version, plus a running number representing updates, fixes and new features at the same time.
55
You can also refer to commit logs to get details on what was implemented, fixed and improved.
66

7+
#### 5.3.1
8+
9+
- Fix `ASWebAuthenticationSession` implementation even more.
10+
[cgossain](https://github.com/cgossain)
11+
[#357](https://github.com/p2/OAuth2/pull/357)
12+
713
### 5.3.0
814

915
- Fix `ASWebAuthenticationSession` implementation.

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Contributors
33

44
Contributors to the codebase, in reverse chronological order:
55

6+
- Christian Gossain, @cgossain
67
- James Addyman, @james-rantmedia
78
- Foti Dim, @fotidim
89
- Denis, @telipskiy

generate-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
bundle exec jazzy \
77
-o "docs" \
88
--min-acl "internal" \
9-
--module-version "5.3.0"
9+
--module-version "5.3.1"
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 = '5.3.0'
10+
s.version = '5.3.1'
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)