Skip to content

Commit

Permalink
Bump version number to 3.0.8 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta authored Feb 7, 2023
1 parent a7d6cc1 commit 99229b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OktaIdx.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
2 changes: 1 addition & 1 deletion Sources/OktaIdx/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 99229b2

Please sign in to comment.