Skip to content

Commit 69bf25f

Browse files
committed
version 0.5.0
1 parent addbbb0 commit 69bf25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Diff"
3-
s.version = "0.4.2"
3+
s.version = "0.5.0"
44
s.summary = "The fastest Diff library in Swift. Includes UICollectionView/UITableView utils."
55
s.homepage = "https://github.com/wokalski/Diff.swift"
66
s.description = <<-DESC
@@ -16,7 +16,7 @@ This library generates differences between any two Collections (and Strings). It
1616
s.osx.exclude_files = "Sources/Diff+UIKit.swift"
1717
s.watchos.exclude_files = "Sources/Diff+UIKit.swift"
1818

19-
s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.4.2" }
19+
s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.5.0" }
2020

2121
s.source_files = "Sources"
2222
end

0 commit comments

Comments
 (0)