Skip to content
This repository was archived by the owner on Jul 31, 2019. It is now read-only.

Commit 6e027af

Browse files
authored
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
1 parent 6b4044c commit 6e027af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Specs/vcx/0.0.47/vcx.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'vcx'
11-
s.version = '0.0.45'
11+
s.version = '0.0.47'
1212
s.summary = 'The Objective-C wrapper around the libvcx shared library.'
1313

1414
# This description is used to generate tags and improve search results.

Specs/vcx/0.0.48/vcx.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'vcx'
11-
s.version = '0.0.46'
11+
s.version = '0.0.48'
1212
s.summary = 'The Objective-C wrapper around the libvcx shared library.'
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)