Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-t-jp committed Sep 20, 2022
1 parent 4fded47 commit b5fe516
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.1)
- FNV (1.1.2)

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

SPEC CHECKSUMS:
FNV: d1e93b8cae60c65f0b39c9d56a6999990ed9dea7
FNV: e656be0b1576974149352b759f85b8eaf8e5db14

PODFILE CHECKSUM: de02e565824fb1aaeb86329ba37f56018aebb4f3

COCOAPODS: 1.11.0
COCOAPODS: 1.11.3
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.1)
- FNV (1.1.2)

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

SPEC CHECKSUMS:
FNV: d1e93b8cae60c65f0b39c9d56a6999990ed9dea7
FNV: e656be0b1576974149352b759f85b8eaf8e5db14

PODFILE CHECKSUM: 1cc57d0baf03af22c2fe1c33982fb0e30893b35b

COCOAPODS: 1.11.0
COCOAPODS: 1.11.3
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.1)
- FNV (1.1.2)

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

SPEC CHECKSUMS:
FNV: d1e93b8cae60c65f0b39c9d56a6999990ed9dea7
FNV: e656be0b1576974149352b759f85b8eaf8e5db14

PODFILE CHECKSUM: dc9dd8a025ea1cacb23b940c5a0e16f64a79f154

COCOAPODS: 1.11.0
COCOAPODS: 1.11.3
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.1"
spec.version = "1.1.2"
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.1</string>
<string>1.1.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit b5fe516

Please sign in to comment.