Skip to content

Commit

Permalink
updates pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-haripriyan committed Jul 17, 2023
1 parent f6f6db8 commit a0afe35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chargebee.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0afe35

Please sign in to comment.