diff --git a/OktaIdx.podspec b/OktaIdx.podspec index fc0b6252..1eda3c08 100644 --- a/OktaIdx.podspec +++ b/OktaIdx.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'OktaIdx' - spec.version = '3.0.7' + spec.version = '3.0.8' spec.summary = 'SDK to easily integrate the Okta Identity Engine' spec.description = <<-DESC Integrate your native app with Okta using the Okta Identity Engine library. diff --git a/README.md b/README.md index 99a26998..09c4ee58 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This library uses semantic versioning and follows Okta's [Library Version Policy | ------- | ---------------------------------- | | 1.0.0 | | | 2.0.1 | | -| 3.0.7 | ✔️ Stable | +| 3.0.8 | ✔️ Stable | The latest release can always be found on the [releases page][github-releases]. diff --git a/Sources/OktaIdx/Version.swift b/Sources/OktaIdx/Version.swift index fab8394c..affeefce 100644 --- a/Sources/OktaIdx/Version.swift +++ b/Sources/OktaIdx/Version.swift @@ -12,4 +12,4 @@ import Foundation -public let Version = SDKVersion(sdk: "okta-idx-swift", version: "3.0.7") +public let Version = SDKVersion(sdk: "okta-idx-swift", version: "3.0.8")