Skip to content

Commit c4ab804

Browse files
committed
bump to 1.2.10
1 parent 4c31bd5 commit c4ab804

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.5")),
19-
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.5")),
19+
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.9")),
2020
],
2121
targets: [
2222
.target(

ZippyJSON.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZippyJSON'
3-
s.version = '1.2.9'
3+
s.version = '1.2.10'
44
s.summary = 'A ~4x faster, drop-in replacement for JSONDecoder'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)