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 194a3fc commit 1ca86e3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Demo/FNVDemoMacOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- FNV (1.0.12)
- FNV (1.0.13)

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

SPEC CHECKSUMS:
FNV: 250192c14108739467eee38c6e7daa13335979cc
FNV: 00aa7459cbe191147aed292cc943fff1e8ffd6c5

PODFILE CHECKSUM: de02e565824fb1aaeb86329ba37f56018aebb4f3

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

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

SPEC CHECKSUMS:
FNV: 250192c14108739467eee38c6e7daa13335979cc
FNV: 00aa7459cbe191147aed292cc943fff1e8ffd6c5

PODFILE CHECKSUM: 1cc57d0baf03af22c2fe1c33982fb0e30893b35b

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

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

SPEC CHECKSUMS:
FNV: 250192c14108739467eee38c6e7daa13335979cc
FNV: 00aa7459cbe191147aed292cc943fff1e8ffd6c5

PODFILE CHECKSUM: dc9dd8a025ea1cacb23b940c5a0e16f64a79f154

Expand Down
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.0.12"
spec.version = "1.0.13"
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.0.12</string>
<string>1.0.13</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 1ca86e3

Please sign in to comment.