Skip to content

Commit

Permalink
feat: client identification headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Jan 22, 2025
1 parent bce86fa commit f5bc0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ The ready event is fired once the client has received it's first set of feature

Note: To release the package you'll need to have [CocoaPods](https://cocoapods.org/) installed.

Update `Sources/Version/Version.swift` with the new version number. I will be used in `x-unleash-sdk` header as a version reported to Unleash server.
Update `Sources/Version/Version.swift` with the new version number. It will be used in `x-unleash-sdk` header as a version reported to Unleash server.

Then, you'll need to add a tag with the same version number as previous step. Releasing the tag is enough for the Swift package manager, but it's polite to also ensure CocoaPods users can also consume the code.

Expand Down

0 comments on commit f5bc0e4

Please sign in to comment.