Skip to content

Commit

Permalink
Ready to be v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Jul 24, 2017
1 parent 34ef8ab commit 4d4b8b1
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 = "1.0.1"
s.version = "1.0.2"
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 @@ -2,7 +2,7 @@
=============

![Swift Package Manager and Carthage and CocoaPods compatible](https://img.shields.io/badge/SPM%20%7C%20Carthage%20%7C%20CocoaPods-compatible-green.svg)
[![v1.0.1](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/Kuniwak/MirrorDiffKit/releases)
[![v1.0.2](https://img.shields.io/badge/version-1.0.2-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 4d4b8b1

Please sign in to comment.