Skip to content

Commit e69224d

Browse files
committed
bump version to 1.1.1, and update dependency on C family 1.1.1
1 parent 3c792a6 commit e69224d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [
1616
.package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.2")),
17-
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.1.0")),
17+
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.1.1")),
1818
],
1919
targets: [
2020
.target(

ZippyJSON.podspec

Lines changed: 2 additions & 2 deletions
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.1.0'
3+
s.version = '1.1.1'
44
s.summary = 'A ~4x faster, drop-in replacement for JSONDecoder'
55

66
s.description = <<-DESC
@@ -16,7 +16,7 @@ ZippyJSON is a very fast library for converting JSON into Swift objects. It is f
1616
s.osx.deployment_target = '10.13'
1717

1818
s.source_files = 'Sources/**/*.{h,hh,mm,m,c,cpp,swift}'
19-
s.dependency 'ZippyJSONCFamily', '~> 1.1.0'
19+
s.dependency 'ZippyJSONCFamily', '1.1.1'
2020
s.dependency 'JJLISO8601DateFormatter', '~> 0.1.2'
2121
s.swift_version = '5.0'
2222

0 commit comments

Comments
 (0)