We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c2b68 commit 9207ad7Copy full SHA for 9207ad7
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Mockingjay Changelog
2
-## Master
+## 1.2.0 (2016-05-10)
3
### Enhancements
4
5
- Swift 2.2 support has been added.
Mockingjay.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Mockingjay'
- spec.version = '1.1.1'
+ spec.version = '1.2.0'
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