Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release 1.4.1 #76

Merged
merged 1 commit into from
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Releases are performed via [GitHub Releases](https://docs.github.com/en/reposito

### CocoaPods

Updating the version and tag in podspec.json files is unnecessary. The [cocoapods-publish](https://github.com/openpass-sso/openpass-ios-sdk/actions/workflows/cocoapods-publish.yml) will do this automatically when you publish.
Updating the version and tag in podspec.json files is unnecessary. The [cocoapods-publish](https://github.com/openpass-sso/openpass-ios-sdk/actions/workflows/cocoapods-publish.yml) workflow will do this automatically when you publish.

### Version Numbers

Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenPass/OpenPassConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

import Foundation

let openPassSdkVersion = "1.4.0"
let openPassSdkVersion = "1.4.1"

struct OpenPassConfiguration: Hashable, Sendable {
static let defaultBaseURL = "https://auth.myopenpass.com/"
Expand Down