diff --git a/Package.resolved b/Package.resolved index 33bd1f7..800be99 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/techprimate/TPPDF", "state" : { - "revision" : "1955ebbc090a3fb2149fb53e703595c3146689af", - "version" : "2.4.1" + "revision" : "975049c0e1022922580b7927e030901604024925", + "version" : "2.6.1" } } ], diff --git a/Package.swift b/Package.swift index 6b61b44..a88c662 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "TPPDFAsync", targets: ["TPPDFAsync"]), ], dependencies: [ - .package(url: "https://github.com/techprimate/TPPDF", from: "2.4.1"), + .package(url: "https://github.com/techprimate/TPPDF", from: "2.6.1"), //dev .package(url: "https://github.com/Quick/Quick", from: "7.0.0"), //dev .package(url: "https://github.com/Quick/Nimble", from: "12.0.0"), //dev .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.50.4"),