Skip to content

Commit 84b517f

Browse files
authored
Merge pull request #36 from jechol/master
[ci skip] version 0.5.1
2 parents 2458f78 + 687e0d3 commit 84b517f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.5.0"
3+
s.version = "0.5.1"
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.5.0" }
19+
s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.5.1" }
2020

2121
s.source_files = "Sources"
2222
end

Framework/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.5.0</string>
18+
<string>0.5.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)