Skip to content

Commit ca174a9

Browse files
authored
Bump version to 1.2.0 (#63)
1 parent 4de448a commit ca174a9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE_PROCESS.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Releases are performed via [GitHub Releases](https://docs.github.com/en/reposito
77
1. Confirm `sdkVersion` in `OpenPassManager` is expected version.
88
2. Use GitHub Releases to create tag matching `sdkVersion` in `OpenPassManager` and publish release.
99
3. Update `sdkVersion` in `OpenPassManager` to next minor version to support future development and merge into `main`.
10-
4. Update `version` and `source.tag` in `OpenPass.podspec.json` to next match the new version number.
10+
11+
### CocoaPods
12+
13+
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.
1114

1215
### Version Numbers
1316

Sources/OpenPass/OpenPassManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public final class OpenPassManager {
6969
private let sdkName = "openpass-ios-sdk"
7070

7171
/// The SDK version
72-
public let sdkVersion = "1.1.1"
72+
public let sdkVersion = "1.2.0"
7373

7474
/// Keys and Values that need to be included in every network request
7575
private let baseRequestParameters: BaseRequestParameters

0 commit comments

Comments
 (0)