From f2534c402d4791fb4fc960cd2043852124f01d87 Mon Sep 17 00:00:00 2001 From: filom Date: Mon, 14 Oct 2019 21:40:05 +0200 Subject: [PATCH] Update Podspec --- ASN1Decoder.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASN1Decoder.podspec b/ASN1Decoder.podspec index 5738878..eca435f 100644 --- a/ASN1Decoder.podspec +++ b/ASN1Decoder.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ASN1Decoder" - s.version = "1.3" + s.version = "1.3.3" s.summary = "ASN1 DER Decoder for X.509 certificate" s.description = "ASN1 DER Decoder to parse X.509 certificate" s.homepage = "https://github.com/filom/ASN1Decoder"