Skip to content

Commit 3f1568f

Browse files
committed
Release 1.2.1
1 parent 927bdd4 commit 3f1568f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Mockingjay Changelog
2-
## Master
2+
## 1.2.1 (2016-05-10)
33

44
This release fixes a packaging problem in 1.2.0 where the CocoaPod's podspec
55
for Mockingjay did not contain all the sources.

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.2.0'
3+
spec.version = '1.2.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)