Skip to content

Commit

Permalink
Update the README for version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyun122 committed Aug 24, 2019
1 parent 391fe20 commit 2c99c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platform :ios, '8.0'
use_frameworks!

target 'YourProjectName' do
pod 'StepIndicator', '~> 1.0.7'
pod 'StepIndicator', '~> 1.0.8'
end
```
And then remember to `import StepIndicator` module before using it.
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ platform :ios, '8.0'
use_frameworks!

target 'YourProjectName' do
pod 'StepIndicator', '~> 1.0.7'
pod 'StepIndicator', '~> 1.0.8'
end
```
集成之后,记得在使用前先通过 `import StepIndicator` 导入该模块。
Expand Down

0 comments on commit 2c99c21

Please sign in to comment.