diff --git a/Diff.podspec b/Diff.podspec index c1d32b3..b015e91 100644 --- a/Diff.podspec +++ b/Diff.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Diff" - s.version = "0.5.1" + s.version = "0.5.2" s.summary = "The fastest Diff library in Swift. Includes UICollectionView/UITableView utils." s.homepage = "https://github.com/wokalski/Diff.swift" s.description = <<-DESC @@ -16,7 +16,7 @@ This library generates differences between any two Collections (and Strings). It s.osx.exclude_files = "Sources/Diff+UIKit.swift" s.watchos.exclude_files = "Sources/Diff+UIKit.swift" - s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.5.1" } + s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.5.2" } s.source_files = "Sources" end diff --git a/Framework/Info.plist b/Framework/Info.plist index 712bc0b..6d6bc25 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.1 + 0.5.2 CFBundleSignature ???? CFBundleVersion