diff --git a/README.md b/README.md index f9d9714..7764bfe 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_CN.md b/README_CN.md index 04ef003..bfa8425 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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` 导入该模块。