Skip to content

Commit

Permalink
Version 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-t-jp committed Apr 17, 2019
1 parent 344f7e3 commit c251f16
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MurmurHash-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|

# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.name = "MurmurHash-Swift"
spec.version = "1.0.12"
spec.version = "1.0.13"
spec.summary = "MurmurHash framework in Swift."

spec.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/MurmurHash/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.12</string>
<string>1.0.13</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions demo/MurmurHashDemoMacOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MurmurHash-Swift (1.0.12)
- MurmurHash-Swift (1.0.13)

DEPENDENCIES:
- MurmurHash-Swift (from `../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
MurmurHash-Swift: fe5a965dd03e824adbefcfbb76373241c10a4746
MurmurHash-Swift: ea96df4ff29458af4e4b74e407992ff77b731ecc

PODFILE CHECKSUM: fbd6152bac18e2f0984e86e52ff13e5f9b0e1d32

Expand Down
4 changes: 2 additions & 2 deletions demo/MurmurHashDemoTvOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MurmurHash-Swift (1.0.12)
- MurmurHash-Swift (1.0.13)

DEPENDENCIES:
- MurmurHash-Swift (from `../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
MurmurHash-Swift: fe5a965dd03e824adbefcfbb76373241c10a4746
MurmurHash-Swift: ea96df4ff29458af4e4b74e407992ff77b731ecc

PODFILE CHECKSUM: 43de0cc08e9e50a3d4efc4321ceeaa6f50e10908

Expand Down
4 changes: 2 additions & 2 deletions demo/MurmurHashDemoiOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MurmurHash-Swift (1.0.12)
- MurmurHash-Swift (1.0.13)

DEPENDENCIES:
- MurmurHash-Swift (from `../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
MurmurHash-Swift: fe5a965dd03e824adbefcfbb76373241c10a4746
MurmurHash-Swift: ea96df4ff29458af4e4b74e407992ff77b731ecc

PODFILE CHECKSUM: 7586ba04d7c7e25ed06acab50128f431428e7152

Expand Down

0 comments on commit c251f16

Please sign in to comment.