Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcongling committed Jun 16, 2022
1 parent 26374c3 commit c67fa0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HWPanModal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'HWPanModal'
s.version = '0.9.3'
s.version = '0.9.4'
s.summary = 'HWPanModal is used to present controller and drag to dismiss.'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Special Thanks to JetBrains! I use AppCode IDE to develop my open source project
### [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html)

```ruby
pod 'HWPanModal', '~> 0.9.2'
pod 'HWPanModal', '~> 0.9.4'
```

## 如何使用
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The different is `HWPanModalContentView` is just a view, and support some animat
### [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html)

```ruby
pod 'HWPanModal', '~> 0.9.2'
pod 'HWPanModal', '~> 0.9.4'
```

## How to use
Expand Down

0 comments on commit c67fa0a

Please sign in to comment.