diff --git a/Chargebee.podspec b/Chargebee.podspec index a35d522..cc9171c 100644 --- a/Chargebee.podspec +++ b/Chargebee.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Chargebee' - s.version = '1.0.24' + s.version = '1.0.25' s.summary = 'Chargebee iOS SDK' # This description is used to generate tags and improve search results. diff --git a/README.md b/README.md index 47cdcf1..6af9db1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Choose from the following options to install Chargeee iOS SDK. Add the following snippet to the Podfile to install directly from Github. ```swift -pod 'Chargebee', :git => 'https://github.com/chargebee/chargebee-ios', :tag => '1.0.24' +pod 'Chargebee', :git => 'https://github.com/chargebee/chargebee-ios', :tag => '1.0.25' ``` ### CocoaPods