diff --git a/CropViewController.podspec b/CropViewController.podspec index 1897cd41..900c3b07 100644 --- a/CropViewController.podspec +++ b/CropViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CropViewController' - s.version = '2.3.5' + s.version = '2.3.6' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A Swift view controller that enables cropping and rotating of UIImage objects.' s.homepage = 'https://github.com/TimOliver/TOCropViewController' diff --git a/TOCropViewController.podspec b/TOCropViewController.podspec index 90e21dd2..84ae2c31 100644 --- a/TOCropViewController.podspec +++ b/TOCropViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TOCropViewController' - s.version = '2.3.5' + s.version = '2.3.6' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A view controller that enables cropping and rotation of UIImage objects.' s.homepage = 'https://github.com/TimOliver/TOCropViewController'