Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-t-jp committed Feb 18, 2019
1 parent 3889f52 commit f8e9418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions FNV.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ Pod::Spec.new do |spec|

# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.name = "FNV"
spec.version = "1.0.5"
spec.version = "1.0.6"
spec.summary = "FNV hash framework in Swift."

spec.description = <<-DESC
This is "FNV" (Fowler/Noll/Vo) hash framework in Swift.
Framework include "FNV-0 32/64bit", "FNV-1 32/64bit", "FNV-1a 32/64bit" functions.
Original FNV algorithm created by Glenn Fowler, Landon Curt Noll, and Kiem-Phong Vo.
DESC

spec.homepage = "https://github.com/daisuke-t-jp/FNV"
Expand Down
2 changes: 1 addition & 1 deletion FNV/FNV/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.5</string>
<string>1.0.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit f8e9418

Please sign in to comment.