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 16, 2021
1 parent e99c1f7 commit 4134d95
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Demo/FNVDemoMacOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- FNV (1.1.0)
- FNV (1.1.1)

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

SPEC CHECKSUMS:
FNV: 49dd72f948fd944b7f9bab85fbcab5fc1df2b671
FNV: d1e93b8cae60c65f0b39c9d56a6999990ed9dea7

PODFILE CHECKSUM: de02e565824fb1aaeb86329ba37f56018aebb4f3

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

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

SPEC CHECKSUMS:
FNV: 49dd72f948fd944b7f9bab85fbcab5fc1df2b671
FNV: d1e93b8cae60c65f0b39c9d56a6999990ed9dea7

PODFILE CHECKSUM: 1cc57d0baf03af22c2fe1c33982fb0e30893b35b

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

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

SPEC CHECKSUMS:
FNV: 49dd72f948fd944b7f9bab85fbcab5fc1df2b671
FNV: d1e93b8cae60c65f0b39c9d56a6999990ed9dea7

PODFILE CHECKSUM: dc9dd8a025ea1cacb23b940c5a0e16f64a79f154

COCOAPODS: 1.9.1
COCOAPODS: 1.11.0
2 changes: 1 addition & 1 deletion FNV.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 = "FNV"
spec.version = "1.1.0"
spec.version = "1.1.1"
spec.summary = "FNV hash framework in Swift."

spec.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/FNV/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

0 comments on commit 4134d95

Please sign in to comment.