diff --git a/AFImageHelper.podspec b/AFImageHelper.podspec index a072fb9..d86cde8 100644 --- a/AFImageHelper.podspec +++ b/AFImageHelper.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "AFImageHelper" - s.version = "3.2.0" + s.version = "3.2.1" s.summary = "Image Extensions for Swift 3.0" s.description = <<-DESC A collection of extensions for handling image creation from colors and gradients; Manipulating by cropping and scaling; Background fetching from the web with support for caching. diff --git a/Sources/ImageHelper.swift b/Sources/ImageHelper.swift index 8464b62..9fcf03d 100644 --- a/Sources/ImageHelper.swift +++ b/Sources/ImageHelper.swift @@ -2,7 +2,7 @@ // ImageHelper.swift // // ImageHelper -// Version 3.2.0 +// Version 3.2.1 // // Created by Melvin Rivera on 7/5/14. // Copyright (c) 2014 All Forces. All rights reserved. diff --git a/Sources/ImageVIewExtension.swift b/Sources/ImageVIewExtension.swift index 5dd342e..ab6f424 100644 --- a/Sources/ImageVIewExtension.swift +++ b/Sources/ImageVIewExtension.swift @@ -2,7 +2,7 @@ // ImageViewExtension.swift // // ImageHelper -// Version 3.2.0 +// Version 3.2.1 // // Created by Melvin Rivera on 7/23/14. // Copyright (c) 2014 All Forces. All rights reserved.