Skip to content

Commit

Permalink
Podspec version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Frugghi committed Apr 26, 2016
1 parent 0e41a92 commit 26334af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftLCS.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 26334af

Please sign in to comment.