From 8c6bb2593449d6830340d3b6f891e5abfad9bbc0 Mon Sep 17 00:00:00 2001 From: ap4y Date: Sat, 28 Sep 2013 23:15:05 +1200 Subject: [PATCH] Version bump --- OrigamiEngine.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OrigamiEngine.podspec b/OrigamiEngine.podspec index 1be9b4d..bf7fd3a 100644 --- a/OrigamiEngine.podspec +++ b/OrigamiEngine.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "OrigamiEngine" - s.version = "1.0.8" + s.version = "1.0.9" s.summary = "Lightweight iOS/OSX audio engine with flac, cue, mp3, m4a, m3u support." s.homepage = "https://github.com/ap4y/OrigamiEngine.git" s.license = 'MIT' s.author = { "ap4y" => "lod@pisem.net" } - s.source = { :git => "https://github.com/ap4y/OrigamiEngine.git", :tag => "1.0.8", :submodules => true } + s.source = { :git => "https://github.com/ap4y/OrigamiEngine.git", :tag => "1.0.9", :submodules => true } s.source_files = 'OrigamiEngine/**/*.{h,m}' s.ios.deployment_target = '5.0'