From 69bf25fcf16d309ffddcf3b9e60d889486c890cd Mon Sep 17 00:00:00 2001 From: Wojtek Czekalski Date: Mon, 2 Jan 2017 12:06:58 +0100 Subject: [PATCH] version 0.5.0 --- Diff.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Diff.podspec b/Diff.podspec index c4ad47a..042791c 100644 --- a/Diff.podspec +++ b/Diff.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Diff" - s.version = "0.4.2" + s.version = "0.5.0" 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.4.2" } + s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.5.0" } s.source_files = "Sources" end