Skip to content

Commit

Permalink
Bump version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
itaihanski committed Jul 28, 2024
1 parent fd113a3 commit 8acdd56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/internal/http/DescopeContentClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class DescopeContentClient: HTTPClient {

}


func contentURL(from baseURL: String) -> String {
if (baseURL.contains(".descope.org") || baseURL.contains(".descope.team")) {
return "https://static.descope.org"
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/SDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public extension DescopeSDK {
static let name = "DescopeKit"

/// The Descope SDK version
static let version = "0.9.4"
static let version = "0.9.5"
}

// Internal
Expand Down

0 comments on commit 8acdd56

Please sign in to comment.