From 37feaf266d35fb78ce395763eb186559c464aa14 Mon Sep 17 00:00:00 2001 From: David Pitfield Date: Fri, 27 Dec 2019 10:13:32 -0800 Subject: [PATCH] Update podspec for 1.1.1 release. --- PostgresClientKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostgresClientKit.podspec b/PostgresClientKit.podspec index 61f59b1..6712da1 100644 --- a/PostgresClientKit.podspec +++ b/PostgresClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "PostgresClientKit" - spec.version = "1.1.0" + spec.version = "1.1.1" spec.summary = "A PostgreSQL client library for Swift. Does not require libpq." spec.homepage = "https://github.com/codewinsdotcom/PostgresClientKit" spec.license = "Apache License, Version 2.0"