From 9b3c912871123a3e5e178e5a5b37a383946d7c70 Mon Sep 17 00:00:00 2001 From: Philip Niedertscheider Date: Tue, 9 Jul 2024 08:12:24 +0200 Subject: [PATCH] chore: bumped version to 2.6.0 --- TPPDF.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPPDF.podspec b/TPPDF.podspec index 8206e50d..dc51b9a8 100644 --- a/TPPDF.podspec +++ b/TPPDF.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TPPDF' - s.version = '2.5.0' + s.version = '2.6.0' 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.