From e819094a82c8d67c18e692683d4e645e6a5cb6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Faic=CC=A7al=20Tchirou?= Date: Sat, 13 May 2023 13:57:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20PredicateKit.podspec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PredicateKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PredicateKit.podspec b/PredicateKit.podspec index 0a48002..4c32efe 100644 --- a/PredicateKit.podspec +++ b/PredicateKit.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |spec| spec.name = "PredicateKit" - spec.version = "1.5.0" + spec.version = "1.6.1" spec.summary = "Write expressive and type-safe predicates for CoreData using key-paths, comparisons and logical operators, literal values, and functions." spec.description = <<-DESC PredicateKit allows Swift developers to write expressive and type-safe predicates for CoreData using key-paths, comparisons and logical operators, literal values, and functions.