From 4fd9bfc4b79f5aca434e1a7020606a28ef442d41 Mon Sep 17 00:00:00 2001 From: Gorjan Shukov Date: Mon, 19 Aug 2024 20:10:52 +0200 Subject: [PATCH] Bump pod version --- CachingPlayerItem.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CachingPlayerItem.podspec b/CachingPlayerItem.podspec index 9a5fcff..0a0afea 100644 --- a/CachingPlayerItem.podspec +++ b/CachingPlayerItem.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CachingPlayerItem' - s.version = '1.1.2' + s.version = '1.1.3' s.summary = 'Cache & Play audio and video files' s.homepage = 'https://github.com/sukov/CachingPlayerItem'