Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
v1.0.2 Bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
goaway committed Jun 27, 2014
1 parent b13596e commit f31f45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CocoaSPDY.podspec
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down

0 comments on commit f31f45a

Please sign in to comment.