From d5e849f69931990f0644252f5155f5ec9e66dc00 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 26 Jun 2021 10:55:34 +0200 Subject: [PATCH] Bump version and update library purpose --- TunnelKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TunnelKit.podspec b/TunnelKit.podspec index 272ce0f..8b051c1 100644 --- a/TunnelKit.podspec +++ b/TunnelKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "TunnelKit" - s.version = "3.4.0" - s.summary = "Non-official OpenVPN client for Apple platforms." + s.version = "3.5.0" + s.summary = "VPN client library for Apple platforms." s.homepage = "https://github.com/passepartoutvpn/tunnelkit" s.license = { :type => "GPLv3", :file => "LICENSE" }