Skip to content

Commit

Permalink
Merge pull request #49 from tonyarnold/task/release-0.5.3
Browse files Browse the repository at this point in the history
Release version 0.5.3
  • Loading branch information
wokalski authored Mar 17, 2017
2 parents 66bfb18 + 427b636 commit e7578fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Diff.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Diff"
s.version = "0.5.2"
s.version = "0.5.3"
s.summary = "The fastest Diff library in Swift. Includes UICollectionView/UITableView utils."
s.homepage = "https://github.com/wokalski/Diff.swift"
s.description = <<-DESC
Expand All @@ -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.2" }
s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.5.3" }

s.source_files = "Sources"
end
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.5.2</string>
<string>0.5.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e7578fe

Please sign in to comment.