Skip to content

Commit

Permalink
Ver 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-t-jp committed Dec 13, 2021
1 parent 3533899 commit 7e69bed
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.1.0"
spec.version = "1.1.1"
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.1.0</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
6 changes: 3 additions & 3 deletions demo/MurmurHashDemoMacOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MurmurHash-Swift (1.1.0)
- MurmurHash-Swift (1.1.1)

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

SPEC CHECKSUMS:
MurmurHash-Swift: 66f4ad692f9bf23abb611c7142192b6ed2b09917
MurmurHash-Swift: 3c85f1e1762538b4d59e4024f1d39560f29ffda1

PODFILE CHECKSUM: fbd6152bac18e2f0984e86e52ff13e5f9b0e1d32

COCOAPODS: 1.9.1
COCOAPODS: 1.11.0
6 changes: 3 additions & 3 deletions demo/MurmurHashDemoTvOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MurmurHash-Swift (1.1.0)
- MurmurHash-Swift (1.1.1)

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

SPEC CHECKSUMS:
MurmurHash-Swift: 66f4ad692f9bf23abb611c7142192b6ed2b09917
MurmurHash-Swift: 3c85f1e1762538b4d59e4024f1d39560f29ffda1

PODFILE CHECKSUM: 43de0cc08e9e50a3d4efc4321ceeaa6f50e10908

COCOAPODS: 1.9.1
COCOAPODS: 1.11.0
6 changes: 3 additions & 3 deletions demo/MurmurHashDemoiOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MurmurHash-Swift (1.1.0)
- MurmurHash-Swift (1.1.1)

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

SPEC CHECKSUMS:
MurmurHash-Swift: 66f4ad692f9bf23abb611c7142192b6ed2b09917
MurmurHash-Swift: 3c85f1e1762538b4d59e4024f1d39560f29ffda1

PODFILE CHECKSUM: 7586ba04d7c7e25ed06acab50128f431428e7152

COCOAPODS: 1.9.1
COCOAPODS: 1.11.0

0 comments on commit 7e69bed

Please sign in to comment.