Skip to content

Commit

Permalink
Merge pull request #47 from Kuniwak/ready-v5
Browse files Browse the repository at this point in the history
Ready to be 5.0.0
  • Loading branch information
Kuniwak authored Mar 30, 2019
2 parents 044a67f + d6de13c commit 65f790e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MirrorDiffKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MirrorDiffKit"
s.version = "4.0.0"
s.version = "5.0.0"
s.summary = "Structual diff between any struct/class for efficient testing"
s.description = <<-DESC
Structual diff between any struct/class for efficient testing.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A tool for providing the 2 features for efficient testing:
Usage
-----

### `diff(between: Any, and: Any)`
### `diff<T>(between: T, and: T)`

```swift
import MirrorDiffKit
Expand Down

0 comments on commit 65f790e

Please sign in to comment.