Skip to content

Commit 3c1e8d4

Browse files
author
Backend CI
committed
Auto-generated by Jenkins job OTT-Generate-ClientLibs-ios-and-android/589, branch 9_0_0
1 parent 9a40ac5 commit 3c1e8d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

KalturaClient/Classes/Core/Client.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040

4141
super.init()
4242

43-
clientTag = "swift:23-07-26"
44-
apiVersion = "9.0.0.8"
43+
clientTag = "swift:23-08-22"
44+
apiVersion = "9.0.0.9"
4545
}
4646
}
4747

KalturaOttClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'KalturaOttClient'
3-
s.version = '9.0.0.8'
3+
s.version = '9.0.0.9'
44
s.summary = 'Kaltura OTT Client Library for Swift/iOS'
55
s.homepage = 'https://github.com/kaltura/KalturaOttGeneratedAPIClientsSwift'
66
s.license = { :type => 'AGPLv3', :text => 'AGPLv3' }

KalturaOttClient.spec.header

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'KalturaOttClient'
3-
s.version = '9.0.0.8'
3+
s.version = '9.0.0.9'
44
s.summary = 'Kaltura OTT Client Library for Swift/iOS'
55
s.homepage = 'https://github.com/kaltura/KalturaOttGeneratedAPIClientsSwift'
66
s.license = { :type => 'AGPLv3', :text => 'AGPLv3' }

0 commit comments

Comments
 (0)