diff --git a/Package.swift b/Package.swift index 80bfaaf..3eecee2 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.2")), - .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.0")), + .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.1")), ], targets: [ .target( diff --git a/ZippyJSON.podspec b/ZippyJSON.podspec index 5b14b4d..bfb1c2a 100644 --- a/ZippyJSON.podspec +++ b/ZippyJSON.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZippyJSON' - s.version = '1.2.0' + s.version = '1.2.1' s.summary = 'A ~4x faster, drop-in replacement for JSONDecoder' s.description = <<-DESC @@ -16,7 +16,7 @@ ZippyJSON is a very fast library for converting JSON into Swift objects. It is f s.osx.deployment_target = '10.13' s.source_files = 'Sources/**/*.{h,hh,mm,m,c,cpp,swift}' - s.dependency 'ZippyJSONCFamily', '1.2.0' + s.dependency 'ZippyJSONCFamily', '1.2.1' s.dependency 'JJLISO8601DateFormatter', '~> 0.1.2' s.swift_version = '5.0'