diff --git a/sdks/api-clients/apivideo-swift5-client.md b/sdks/api-clients/apivideo-swift5-client.md index 3ed8e1b..c0bde1a 100644 --- a/sdks/api-clients/apivideo-swift5-client.md +++ b/sdks/api-clients/apivideo-swift5-client.md @@ -21,14 +21,14 @@ api.video's Swift API client for iOS, macOS and tvOS streamlines the coding proc Specify it in your `Cartfile`: ``` -github "apivideo/api.video-swift-client" ~> 1.3.3 +github "apivideo/api.video-swift-client" ~> 1.3.4 ``` Run `carthage update` #### CocoaPods -Add `pod 'ApiVideoClient', '1.3.3'` in your `Podfile` +Add `pod 'ApiVideoClient', '1.3.4'` in your `Podfile` Run `pod install`