Skip to content

Commit a72a9a5

Browse files
committedSep 30, 2016
Prepare for Swift 3.0 release (2.0.0)
1 parent 6b262b0 commit a72a9a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
### HEAD
44
--------------
55

6+
### 2.0.0
7+
-----------
8+
69
#### Breaking
710

811
- ***Swift 3.0 Support***

‎Kakapo.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Kakapo"
3-
s.version = "1.0.1"
3+
s.version = "2.0.0"
44
s.summary = "Dynamically Mock server behaviors and responses."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)
Please sign in to comment.