Skip to content

Commit

Permalink
[Auto Generated] 1.3.3-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Sep 15, 2023
1 parent c2d3540 commit e301f28
Show file tree
Hide file tree
Showing 100 changed files with 4,258 additions and 1,128 deletions.
2,343 changes: 2,342 additions & 1 deletion CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion FDKClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'FDKClient'
s.version = '1.3.3-beta.1'
s.version = '1.3.3-beta.3'
s.summary = 'FDK Client SDK for Swift language'

s.description = 'FDK Client SDK for Swift language that can be used to make Apps or extensions.'
Expand Down
2 changes: 1 addition & 1 deletion Sources/code/application/ApplicationAPIClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ApplicationAPIClient {
var headers = [
(key: "Authorization", value: "Bearer " + "\(config.applicationId):\(config.applicationToken)".asBase64)
]
headers.append((key: "x-fp-sdk-version", value: "1.3.3-beta.1"))
headers.append((key: "x-fp-sdk-version", value: "1.3.3-beta.3"))
headers.append(contentsOf: extraHeaders)
headers.append(contentsOf: config.extraHeaders)
if let userAgent = config.userAgent {
Expand Down
Loading

0 comments on commit e301f28

Please sign in to comment.