Skip to content

Commit 4288f77

Browse files
authored
Updated version number to 2.1.2 (#260)
1 parent cbeff2e commit 4288f77

11 files changed

Lines changed: 11 additions & 11 deletions

OktaAuthFoundation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "OktaAuthFoundation"
33
s.module_name = "AuthFoundation"
4-
s.version = "2.1.1"
4+
s.version = "2.1.2"
55
s.summary = "Okta Authentication Foundation"
66
s.description = <<-DESC
77
Provides the foundation and common features used to authenticate users, managing the lifecycle and storage of tokens and credentials, and provide a base for other Okta SDKs to build upon.

OktaBrowserSignin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "OktaBrowserSignin"
33
s.module_name = "BrowserSignin"
4-
s.version = "2.1.1"
4+
s.version = "2.1.2"
55
s.summary = "Okta Browser Sign In UI"
66
s.description = <<-DESC
77
Authenticate users using web-based OIDC.

OktaClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OktaClient"
3-
s.version = "2.1.1"
3+
s.version = "2.1.2"
44
s.summary = "Secure client authentication, request authorization, and user management capabilities for Swift."
55
s.description = <<-DESC
66
Provides a modularized set of libraries that provide the building blocks and convenience features used to authenticate users, manage the lifecycle and storage of tokens and user credentials, and provide a base for other libraries and applications to build upon.

OktaDirectAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OktaDirectAuth"
3-
s.version = "2.1.1"
3+
s.version = "2.1.2"
44
s.summary = "Okta Direct Authentication"
55
s.description = <<-DESC
66
Enables application developers to build native sign in experiences using the Okta Direct Authentication API.

OktaIdxAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'OktaIdxAuth'
3-
s.version = '2.1.1'
3+
s.version = '2.1.2'
44
s.summary = 'SDK to easily integrate the Okta Identity Engine'
55
s.description = <<-DESC
66
Integrate your native app with Okta using the Okta Identity Engine library.

OktaOAuth2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "OktaOAuth2"
33
s.module_name = "OAuth2Auth"
4-
s.version = "2.1.1"
4+
s.version = "2.1.2"
55
s.summary = "Okta OAuth2 Authentication"
66
s.description = <<-DESC
77
Enables application developers to authenticate users utilizing a variety of OAuth2 authentication flows.

Sources/AuthFoundation/Version+AuthFoundation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ extension SDKVersion.Name {
2020
extension SDKVersion {
2121
@_documentation(visibility: private)
2222
public static let authFoundation: SDKVersion? = {
23-
register(.authFoundation, version: "2.1.1")
23+
register(.authFoundation, version: "2.1.2")
2424
}()
2525
}

Sources/BrowserSignin/Version+BrowserSignin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ extension SDKVersion.Name {
2121
extension SDKVersion {
2222
@_documentation(visibility: private)
2323
public static let browserSignin: SDKVersion? = {
24-
register(.browserSignin, version: "2.1.1")
24+
register(.browserSignin, version: "2.1.2")
2525
}()
2626
}

Sources/OAuth2Auth/Version+OAuth2Auth.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ extension SDKVersion.Name {
2020
extension SDKVersion {
2121
@_documentation(visibility: private)
2222
public static let oauth2: SDKVersion? = {
23-
register(.oauth2, version: "2.1.1")
23+
register(.oauth2, version: "2.1.2")
2424
}()
2525
}

Sources/OktaDirectAuth/Version+OktaDirectAuth.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ extension SDKVersion.Name {
2020
extension SDKVersion {
2121
@_documentation(visibility: private)
2222
public static let directAuth: SDKVersion? = {
23-
register(.directAuth, version: "2.1.1")
23+
register(.directAuth, version: "2.1.2")
2424
}()
2525
}

0 commit comments

Comments
 (0)