From a7c7349647ef0dc9dff6fb252bd9eb27e598995e Mon Sep 17 00:00:00 2001 From: Philip Niedertscheider Date: Mon, 11 Nov 2024 08:49:07 +0100 Subject: [PATCH] chore: bump version to 2.6.1 --- TPPDF.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPPDF.podspec b/TPPDF.podspec index dea15b71..b60afeda 100644 --- a/TPPDF.podspec +++ b/TPPDF.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TPPDF' - s.version = '2.6.0' + s.version = '2.6.1' s.summary = 'TPPDF is a simple-to-use PDF builder for iOS' s.description = <<-DESC TPPDF is an object-based PDF builder, completely built in Swift.