We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c92bc commit a6fb868Copy full SHA for a6fb868
Sources/xxHash/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0.9</string>
+ <string>1.0.10</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
<key>NSHumanReadableCopyright</key>
xxHash-Swift.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
2
3
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4
spec.name = "xxHash-Swift"
5
- spec.version = "1.0.9"
+ spec.version = "1.0.10"
6
spec.summary = "xxHash framework in Swift."
7
8
spec.description = <<-DESC
0 commit comments