Skip to content

Commit

Permalink
v0.2.3 - Fix for referencing wrong strings for counts. This Resolves …
Browse files Browse the repository at this point in the history
…an issue where self would be a string backed by NSString and when lowercased the length would change. Referencing string.count gives us the wrong length
  • Loading branch information
yichizhang committed Aug 22, 2020
1 parent 69bee0c commit 99c70b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftyStringScore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftyStringScore"
s.version = "0.2.2"
s.version = "0.2.3"
s.summary = "Swift string search and fuzzy ranking. Score of 0 for no match; up to 1 for perfect."
s.description = "Swift string search and fuzzy ranking. Score of 0 for no match; up to 1 for perfect. SwiftyStringScore is a Swift library which provides fast fuzzy string matching/scoring. Based on the JavaScript library of the same name, by Joshaven Potter."
s.homepage = "https://github.com/yichizhang/SwiftyStringScore"
Expand Down

0 comments on commit 99c70b4

Please sign in to comment.