From 43b34c3c6706944f838cdf70e9b0f5dc1cd26e88 Mon Sep 17 00:00:00 2001 From: Swagat Nayak <36082457+swagatnayak@users.noreply.github.com> Date: Wed, 17 Mar 2021 01:37:26 +0530 Subject: [PATCH] Release for 1.0.4 --- README.md | 8 +++++++- SNAVPlayerSubtitles.podspec | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af7955e..9a5268e 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,12 @@ self.player.play() #### Swagat Nayak ###### swagat.nyk@gmail.com +

+ + + +

+ # License SNAVPlayerSubtitles is available under the MIT license. See the LICENSE file for more info. @@ -143,4 +149,4 @@ SNAVPlayerSubtitles is available under the MIT license. See the LICENSE file for

-

\ No newline at end of file + diff --git a/SNAVPlayerSubtitles.podspec b/SNAVPlayerSubtitles.podspec index 05109b0..52611c2 100644 --- a/SNAVPlayerSubtitles.podspec +++ b/SNAVPlayerSubtitles.podspec @@ -8,9 +8,9 @@ Pod::Spec.new do |s| s.name = 'SNAVPlayerSubtitles' - s.version = '1.0.3' + s.version = '1.0.4' s.swift_versions = '4.2' - s.summary = 'Easy way to add Subtitle to AVPlayer' + s.summary = 'Easy way to add Subtitle ( .VTT and .SRT ) to AVPlayer' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus?