Skip to content

Commit

Permalink
update version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anymate98 committed Aug 9, 2024
1 parent c4507d5 commit 8cd8b58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ target 'iamport-ios_Example' do
# cocoapods 사용시 enable
# cocoapods 사용시 enable
# pod 'iamport-ios', :path => '../' # local
# pod 'iamport-ios', '~> 1.4.1' # remote
# pod 'iamport-ios', '~> 1.4.2' # remote
# cocoapods 사용시 enable
# cocoapods 사용시 enable

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ it, simply add the following line to your Podfile:

- cocoapods 이용시 (RxSwift 5.x 사용)
```ruby
pod 'iamport-ios', '~> 1.4.1'
pod 'iamport-ios', '~> 1.4.2'
```


Expand Down
2 changes: 1 addition & 1 deletion iamport-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'iamport-ios'
s.version = '1.4.1'
s.version = '1.4.2'
s.summary = 'iamport-ios will help develop for your iOS App payments'

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

0 comments on commit 8cd8b58

Please sign in to comment.