From cb94d7111910caf725eae36dfbe95e36c8808214 Mon Sep 17 00:00:00 2001 From: David Patterson Date: Tue, 16 Feb 2016 01:39:55 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff04c61..8f765ee 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ SwiftValidator =============== [![Build Status](https://travis-ci.org/jpotts18/SwiftValidator.svg?branch=travis-ci)](https://travis-ci.org/jpotts18/SwiftValidator) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -[![Coverage Status](https://coveralls.io/repos/github/davepatterson/SwiftValidator/badge.svg?branch=master)](https://coveralls.io/github/davepatterson/SwiftValidator?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/davepatterson/SwiftValidator/badge.svg?branch=master)](https://coveralls.io/github/davepatterson/SwiftValidator?branch=wip) Swift Validator is a rule-based validation library for Swift. @@ -23,7 +23,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, "8.1" use_frameworks! -pod 'SwiftValidator', '3.0.1' +pod 'SwiftValidator', '3.0.3' ``` Install into your project: