From 7ff34271e8ff11eecbc7f0f9c1efe15e96d8ff09 Mon Sep 17 00:00:00 2001 From: David Chavez Date: Fri, 22 Apr 2022 23:11:59 +0200 Subject: [PATCH] Release 0.15.1 --- SwiftAudioEx.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftAudioEx.podspec b/SwiftAudioEx.podspec index 0f3b691..70c5c40 100644 --- a/SwiftAudioEx.podspec +++ b/SwiftAudioEx.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SwiftAudioEx' - s.version = '0.15.0' + s.version = '0.15.1' s.summary = 'Easy audio streaming for iOS' s.description = <<-DESC SwiftAudioEx is an audio player written in Swift, making it simpler to work with audio playback from streams and files.