diff --git a/FlexibleDiff.podspec b/FlexibleDiff.podspec index 1fbb274..00ccd4b 100644 --- a/FlexibleDiff.podspec +++ b/FlexibleDiff.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FlexibleDiff" - s.version = "0.0.3" + s.version = "0.0.4" s.summary = "A Swift collection diffing μframework." s.description = <<-DESC A Swift collection diffing μframework implementing the O(N) Paul Heckel diff algorithm.