diff --git a/SwiftLCS.podspec b/SwiftLCS.podspec index 619a2f5..5f203ef 100644 --- a/SwiftLCS.podspec +++ b/SwiftLCS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SwiftLCS" - spec.version = "1.0" + spec.version = "1.0.1" spec.summary = "SwiftLCS is a Swift implementation of longest common subsequence (LCS) algorithm." spec.homepage = "https://github.com/Frugghi/SwiftLCS" spec.license = "MIT"