Compare commits

..

2 Commits

Author SHA1 Message Date
tanhakabir 3f93bd1a86 Release 6.3.1 2021-08-16 19:52:35 -07:00
tanhakabir 20c0253f68 Fix documentation 2021-08-16 19:52:15 -07:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -527,9 +527,9 @@ extension SAPlayer {
}
/**
Remove the first queued audio if one exists. Receive the first URL removed back.
Clear the list of queued audio.
- Returns the URL of the removed audio.
- Returns the list of removed audio URLs
*/
public func clearAllQueuedAudio() -> [URL] {
return presenter.handleClearQueued()
+1 -1
View File
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SwiftAudioPlayer'
s.version = '6.3.0'
s.version = '6.3.1'
s.summary = 'SwiftAudioPlayer is a Swift based audio player that can handle streaming from a remote location and audio manipulation.'
# This description is used to generate tags and improve search results.