From 6e027af54fc22d1306965dd116cdbd6606472e88 Mon Sep 17 00:00:00 2001 From: Norman Jarvis Date: Fri, 14 Sep 2018 13:42:25 -0600 Subject: [PATCH] Changed the version number to be correct for iOS cocoapods (#511) * Adding cocoapod 47 and 48 for libvcx using indy-sdk 1.6.6 * Changed the version number to be correct --- Specs/vcx/0.0.47/vcx.podspec | 2 +- Specs/vcx/0.0.48/vcx.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Specs/vcx/0.0.47/vcx.podspec b/Specs/vcx/0.0.47/vcx.podspec index ba9e2d5f..b7ba0eb6 100644 --- a/Specs/vcx/0.0.47/vcx.podspec +++ b/Specs/vcx/0.0.47/vcx.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'vcx' - s.version = '0.0.45' + s.version = '0.0.47' s.summary = 'The Objective-C wrapper around the libvcx shared library.' # This description is used to generate tags and improve search results. diff --git a/Specs/vcx/0.0.48/vcx.podspec b/Specs/vcx/0.0.48/vcx.podspec index ebe126a0..44d14252 100644 --- a/Specs/vcx/0.0.48/vcx.podspec +++ b/Specs/vcx/0.0.48/vcx.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'vcx' - s.version = '0.0.46' + s.version = '0.0.48' s.summary = 'The Objective-C wrapper around the libvcx shared library.' # This description is used to generate tags and improve search results.