From 12e7218848bc458af65c133a3817c8fecb5b6846 Mon Sep 17 00:00:00 2001 From: derpoliuk Date: Wed, 17 Jan 2018 15:37:48 +0200 Subject: [PATCH] Update project's version in StreamingKit.podspec --- StreamingKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StreamingKit.podspec b/StreamingKit.podspec index 289f402..c5e80df 100644 --- a/StreamingKit.podspec +++ b/StreamingKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "StreamingKit" - s.version = "0.1.29" + s.version = "0.1.30" s.summary = "A fast and extensible audio streamer for iOS and OSX with support for gapless playback and custom (non-HTTP) sources." s.homepage = "https://github.com/tumtumtum/StreamingKit/" s.license = 'MIT'