diff --git a/Diff.podspec b/Diff.podspec
index b015e91..d63b365 100644
--- a/Diff.podspec
+++ b/Diff.podspec
@@ -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
@@ -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
diff --git a/Framework/Info.plist b/Framework/Info.plist
index 6d6bc25..6bbf17b 100644
--- a/Framework/Info.plist
+++ b/Framework/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.5.2
+ 0.5.3
CFBundleSignature
????
CFBundleVersion