From 789d65604e7841411ad30c871ca4743caed570ff Mon Sep 17 00:00:00 2001 From: Kuniwak Date: Fri, 13 Oct 2017 13:01:45 +0900 Subject: [PATCH] Ready to be v2.0.0 --- MirrorDiffKit.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MirrorDiffKit.podspec b/MirrorDiffKit.podspec index 52d3743..0b960aa 100644 --- a/MirrorDiffKit.podspec +++ b/MirrorDiffKit.podspec @@ -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. diff --git a/README.md b/README.md index cc78cbb..087afc3 100644 --- a/README.md +++ b/README.md @@ -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)