diff --git a/CocoaSPDY.podspec b/CocoaSPDY.podspec index f55e723..4bbcf0e 100644 --- a/CocoaSPDY.podspec +++ b/CocoaSPDY.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| name = "Cocoa#{pod_name}" url = "https://github.com/twitter/#{name}" git_url = "#{url}.git" - version = "1.0.1" + version = "1.0.2" source_files = "#{pod_name}/**/*.{h,m}" s.name = name diff --git a/README.md b/README.md index 54da537..c3a3962 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/twitter/CocoaSPDY.png?branch=master)](https://travis-ci.org/twitter/CocoaSPDY) -### [Download v1.0.1](https://github.com/twitter/CocoaSPDY/releases/download/v1.0.1/SPDY.framework.tar.gz) +### [Download v1.0.2](https://github.com/twitter/CocoaSPDY/releases/download/v1.0.2/SPDY.framework.tar.gz) ## The SPDY protocol The short version is that [SPDY](http://en.wikipedia.org/wiki/SPDY) can make your HTTP requests faster. Sometimes a lot faster. For more details, see the following: