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 e1a7a76 commit 497df07Copy full SHA for 497df07
Sources/xxHash/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0.6</string>
+ <string>1.0.7</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.6"
+ spec.version = "1.0.7"
6
spec.summary = "xxHash framework in Swift."
7
8
spec.description = <<-DESC
0 commit comments