From 88241f3ae20cc0a75a2612940a2fa657f5ce6493 Mon Sep 17 00:00:00 2001 From: Tony Arnold Date: Thu, 16 Feb 2017 10:59:40 +1100 Subject: [PATCH] Bump framework and Podspec to version 0.5.2 --- Diff.podspec | 4 ++-- Framework/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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