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 168c86d commit b84be15Copy full SHA for b84be15
MurmurHash-Swift.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
2
3
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4
spec.name = "MurmurHash-Swift"
5
- spec.version = "1.0.11"
+ spec.version = "1.0.12"
6
spec.summary = "MurmurHash framework in Swift."
7
8
spec.description = <<-DESC
Sources/MurmurHash/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0.11</string>
+ <string>1.0.12</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
</dict>
0 commit comments