Skip to content

Commit 8051bbe

Browse files
committed
Release 1.3.1
1 parent 75c3b36 commit 8051bbe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
.Success(response, .StreamContent(data, inChunksOf: 1024))
2727
```
2828

29+
## 1.3.1 (2016-10-07)
30+
31+
This release fixes a packaging problem in 1.3.0 where the CocoaPod's podspec
32+
for Mockingjay did not contain all the sources.
33+
2934
## 1.3.0 (2016-09-28)
3035

3136
This release adds support for Swift 2.3.

Mockingjay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Mockingjay'
3-
spec.version = '1.3.0'
3+
spec.version = '1.3.1'
44
spec.summary = 'An elegant library for stubbing HTTP requests with ease in Swift.'
55
spec.homepage = 'https://github.com/kylef/Mockingjay'
66
spec.license = { :type => 'BSD', :file => 'LICENSE' }

0 commit comments

Comments
 (0)