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

Commit

Permalink
Changed the version number to be correct for iOS cocoapods (#511)
Browse files Browse the repository at this point in the history
* Adding cocoapod 47 and 48 for libvcx using indy-sdk 1.6.6

* Changed the version number to be correct
  • Loading branch information
nsivraj authored Sep 14, 2018
1 parent 6b4044c commit 6e027af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Specs/vcx/0.0.47/vcx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Specs/vcx/0.0.48/vcx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6e027af

Please sign in to comment.