diff --git a/README.md b/README.md index bfecf5a..fdb2969 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/newyjp/JPVideoPlayer) -[![pod](https://img.shields.io/badge/pod-3.0.3-green.svg)](https://github.com/newyjp/JPVideoPlayer) +[![pod](https://img.shields.io/badge/pod-3.0.4-green.svg)](https://github.com/newyjp/JPVideoPlayer) [![pod](https://img.shields.io/badge/about%20me-NewPan-red.svg)](http://www.jianshu.com/users/e2f2d779c022/latest_articles) [![pod](https://img.shields.io/badge/swift-support-fc2f24.svg?maxAge=2592000)](https://github.com/apple/swift) @@ -169,7 +169,7 @@ There are two ways to use `JPVideoPlayer` in your project: ``` platform :ios, '8.0' target "YourProjectName" do -pod 'JPVideoPlayer', '~> 3.0.3' +pod 'JPVideoPlayer', '~> 3.0.4' end ```