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

Commit e039ffa

Browse files
author
Jeff Pinner
committed
v1.0.1 Bugfix release
1 parent d11d192 commit e039ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CocoaSPDY.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
name = "Cocoa#{pod_name}"
44
url = "https://github.com/twitter/#{name}"
55
git_url = "#{url}.git"
6-
version = "1.0.0"
6+
version = "1.0.1"
77
source_files = "#{pod_name}/**/*.{h,m}"
88

99
s.name = name

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![Build Status](https://travis-ci.org/twitter/CocoaSPDY.png?branch=master)](https://travis-ci.org/twitter/CocoaSPDY)
55

6-
### [Download v1.0.0](https://github.com/twitter/CocoaSPDY/releases/download/v1.0.0/SPDY.framework.tar.gz)
6+
### [Download v1.0.1](https://github.com/twitter/CocoaSPDY/releases/download/v1.0.1/SPDY.framework.tar.gz)
77

88
## The SPDY protocol
99
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:

0 commit comments

Comments
 (0)