Skip to content

Commit

Permalink
Ready to be v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Oct 13, 2017
1 parent 31903de commit 789d656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "1.1.1"
s.version = "2.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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
![MirrorDiffKit](https://raw.githubusercontent.com/Kuniwak/MirrorDiffKit/master/Documentation/Images/logo.png)
=============

![Swift 4 compatible](https://img.shields.io/badge/swift-4-brightgreen.svg)
![Swift 4 compatible](https://img.shields.io/badge/Swift%20version-4-green.svg)
![Swift Package Manager and Carthage and CocoaPods compatible](https://img.shields.io/badge/SPM%20%7C%20Carthage%20%7C%20CocoaPods-compatible-green.svg)
[![v1.1.1](https://img.shields.io/badge/version-1.1.1-blue.svg)](https://github.com/Kuniwak/MirrorDiffKit/releases)
[![v2.0.0](https://img.shields.io/badge/version-2.0.0-blue.svg)](https://github.com/Kuniwak/MirrorDiffKit/releases)
[![MIT license](https://img.shields.io/badge/lisence-MIT-yellow.svg)](https://github.com/Kuniwak/MirrorDiffKit/blob/master/LICENSE)
[![CircleCI](https://circleci.com/gh/Kuniwak/MirrorDiffKit/tree/master.svg?style=shield)](https://circleci.com/gh/Kuniwak/MirrorDiffKit/tree/master)

Expand Down

0 comments on commit 789d656

Please sign in to comment.