From 6223554805780d45dd8b1782d07ef080764ece53 Mon Sep 17 00:00:00 2001 From: Max Ovtsin Date: Fri, 5 Jul 2019 12:19:33 +0800 Subject: [PATCH] bump version --- SCRecorder.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SCRecorder.podspec b/SCRecorder.podspec index 5ddc778f..a517f964 100644 --- a/SCRecorder.podspec +++ b/SCRecorder.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SCRecorder" - s.version = "2.7.1" + s.version = "2.7.1.1" s.summary = "The camera engine that is complete, for real." s.description = <<-DESC @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' s.author = { "Simon CORSIN" => "simon@corsin.me" } s.platform = :ios, '7.0' - s.source = { :git => "https://github.com/bandlab/SCRecorder.git", :tag => "2.7.1" } + s.source = { :git => "https://github.com/bandlab/SCRecorder.git", :tag => "2.7.1.1" } s.source_files = 'Library/Sources/*.{h,m}' s.public_header_files = 'Library/Sources/*.h' s.requires_arc = true