We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927bdd4 commit 3f1568fCopy full SHA for 3f1568f
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Mockingjay Changelog
2
-## Master
+## 1.2.1 (2016-05-10)
3
4
This release fixes a packaging problem in 1.2.0 where the CocoaPod's podspec
5
for Mockingjay did not contain all the sources.
Mockingjay.podspec
@@ -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'
6
spec.license = { :type => 'BSD', :file => 'LICENSE' }
0 commit comments