diff --git a/Diff.podspec b/Diff.podspec index 042791c..c1d32b3 100644 --- a/Diff.podspec +++ b/Diff.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Diff" - s.version = "0.5.0" + s.version = "0.5.1" 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.0" } + s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.5.1" } s.source_files = "Sources" end diff --git a/Framework/Info.plist b/Framework/Info.plist index d082d36..712bc0b 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.0 + 0.5.1 CFBundleSignature ???? CFBundleVersion