diff --git a/TransitionKit.podspec b/TransitionKit.podspec index 531176d..f32f60d 100644 --- a/TransitionKit.podspec +++ b/TransitionKit.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'TransitionKit' - s.version = '1.1.0' + s.version = '1.1.1' s.license = 'Apache2' s.summary = 'A block-based State Machine API for Objective-C.' s.homepage = 'https://github.com/blakewatters/TransitionKit' s.authors = { 'Blake Watters' => 'blakewatters@gmail.com' } - s.source = { :git => 'https://github.com/blakewatters/TransitionKit.git', :tag => '1.1.0' } + s.source = { :git => 'https://github.com/blakewatters/TransitionKit.git', :tag => '1.1.1' } s.source_files = 'Code' s.requires_arc = true end