Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed May 10, 2016
1 parent 927bdd4 commit 3f1568f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mockingjay Changelog
## Master
## 1.2.1 (2016-05-10)

This release fixes a packaging problem in 1.2.0 where the CocoaPod's podspec
for Mockingjay did not contain all the sources.
Expand Down
2 changes: 1 addition & 1 deletion Mockingjay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Mockingjay'
spec.version = '1.2.0'
spec.version = '1.2.1'
spec.summary = 'An elegant library for stubbing HTTP requests with ease in Swift.'
spec.homepage = 'https://github.com/kylef/Mockingjay'
spec.license = { :type => 'BSD', :file => 'LICENSE' }
Expand Down

0 comments on commit 3f1568f

Please sign in to comment.