diff --git a/OktaAuthFoundation.podspec b/OktaAuthFoundation.podspec index 29ae1af62..af0f9e816 100644 --- a/OktaAuthFoundation.podspec +++ b/OktaAuthFoundation.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "OktaAuthFoundation" s.module_name = "AuthFoundation" - s.version = "1.6.1" + s.version = "1.7.0" s.summary = "Okta Authentication Foundation" s.description = <<-DESC 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. diff --git a/OktaDirectAuth.podspec b/OktaDirectAuth.podspec index cd3909a70..b97615edd 100644 --- a/OktaDirectAuth.podspec +++ b/OktaDirectAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OktaDirectAuth" - s.version = "1.6.1" + s.version = "1.7.0" s.summary = "Okta Direct Authentication" s.description = <<-DESC Enables application developers to build native sign in experiences using the Okta Direct Authentication API. diff --git a/OktaOAuth2.podspec b/OktaOAuth2.podspec index 4a98faa65..d7fa5024d 100644 --- a/OktaOAuth2.podspec +++ b/OktaOAuth2.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OktaOAuth2" - s.version = "1.6.1" + s.version = "1.7.0" s.summary = "Okta OAuth2 Authentication" s.description = <<-DESC Enables application developers to authenticate users utilizing a variety of OAuth2 authentication flows. diff --git a/OktaWebAuthenticationUI.podspec b/OktaWebAuthenticationUI.podspec index 8771d305f..a9cff1db4 100644 --- a/OktaWebAuthenticationUI.podspec +++ b/OktaWebAuthenticationUI.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "OktaWebAuthenticationUI" s.module_name = "WebAuthenticationUI" - s.version = "1.6.1" + s.version = "1.7.0" s.summary = "Okta Web Authentication UI" s.description = <<-DESC Authenticate users using web-based OIDC. diff --git a/README.md b/README.md index 6d478de71..9f3b17aa6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This library uses semantic versioning and follows Okta's [Library Version Policy | Version | Status | | ------- | ---------------------------------- | -| 1.6.1 | ✔️ Stable | +| 1.7.0 | ✔️ Stable | The latest release can always be found on the [releases page][github-releases]. diff --git a/Sources/AuthFoundation/Version.swift b/Sources/AuthFoundation/Version.swift index d262a1751..95af328c6 100644 --- a/Sources/AuthFoundation/Version.swift +++ b/Sources/AuthFoundation/Version.swift @@ -13,5 +13,5 @@ import Foundation // swiftlint:disable identifier_name -public let Version = SDKVersion(sdk: "okta-authfoundation-swift", version: "1.6.1") +public let Version = SDKVersion(sdk: "okta-authfoundation-swift", version: "1.7.0") // swiftlint:enable identifier_name diff --git a/Sources/OktaDirectAuth/Version.swift b/Sources/OktaDirectAuth/Version.swift index 6fbaaf111..449060097 100644 --- a/Sources/OktaDirectAuth/Version.swift +++ b/Sources/OktaDirectAuth/Version.swift @@ -13,5 +13,5 @@ @_exported import AuthFoundation // swiftlint:disable identifier_name -public let Version = SDKVersion(sdk: "okta-directauth-swift", version: "1.6.1") +public let Version = SDKVersion(sdk: "okta-directauth-swift", version: "1.7.0") // swiftlint:enable identifier_name diff --git a/Sources/OktaOAuth2/Version.swift b/Sources/OktaOAuth2/Version.swift index 6d8071512..56012f7a3 100644 --- a/Sources/OktaOAuth2/Version.swift +++ b/Sources/OktaOAuth2/Version.swift @@ -13,5 +13,5 @@ @_exported import AuthFoundation // swiftlint:disable identifier_name -public let Version = SDKVersion(sdk: "okta-oauth2-swift", version: "1.6.1") +public let Version = SDKVersion(sdk: "okta-oauth2-swift", version: "1.7.0") // swiftlint:enable identifier_name diff --git a/Sources/WebAuthenticationUI/Version.swift b/Sources/WebAuthenticationUI/Version.swift index c6c68d8ab..eacb85551 100644 --- a/Sources/WebAuthenticationUI/Version.swift +++ b/Sources/WebAuthenticationUI/Version.swift @@ -14,5 +14,5 @@ import Foundation import AuthFoundation // swiftlint:disable identifier_name -public let Version = SDKVersion(sdk: "okta-webauthenticationui-swift", version: "1.6.1") +public let Version = SDKVersion(sdk: "okta-webauthenticationui-swift", version: "1.7.0") // swiftlint:enable identifier_name