Skip to content

Commit

Permalink
bump to 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeleisel committed Dec 8, 2022
1 parent 4c31bd5 commit c4ab804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.5")),
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.5")),
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.9")),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion ZippyJSON.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZippyJSON'
s.version = '1.2.9'
s.version = '1.2.10'
s.summary = 'A ~4x faster, drop-in replacement for JSONDecoder'

s.description = <<-DESC
Expand Down

0 comments on commit c4ab804

Please sign in to comment.