Skip to content

Commit c67fa0a

Browse files
author
wangcongling
committed
update version
1 parent 26374c3 commit c67fa0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HWPanModal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'HWPanModal'
11-
s.version = '0.9.3'
11+
s.version = '0.9.4'
1212
s.summary = 'HWPanModal is used to present controller and drag to dismiss.'
1313

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

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Special Thanks to JetBrains! I use AppCode IDE to develop my open source project
113113
### [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html)
114114

115115
```ruby
116-
pod 'HWPanModal', '~> 0.9.2'
116+
pod 'HWPanModal', '~> 0.9.4'
117117
```
118118

119119
## 如何使用

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The different is `HWPanModalContentView` is just a view, and support some animat
124124
### [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html)
125125

126126
```ruby
127-
pod 'HWPanModal', '~> 0.9.2'
127+
pod 'HWPanModal', '~> 0.9.4'
128128
```
129129

130130
## How to use

0 commit comments

Comments
 (0)