Skip to content

Commit

Permalink
Bump version, added version badge, tagging 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkf committed Feb 2, 2014
1 parent 6a9645f commit 97f639f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/clarkf/SimplyValid.png)](https://travis-ci.org/clarkf/SimplyValid)
[![Coverage Status](https://coveralls.io/repos/clarkf/SimplyValid/badge.png)](https://coveralls.io/r/clarkf/SimplyValid)
[![Latest Stable Version](https://poser.pugx.org/clarkf/simply-valid/version.png)](https://packagist.org/packages/clarkf/simply-valid)

Automagic validation for your [Eloquent](http://laravel.com/docs/eloquent)
models.
Expand All @@ -14,7 +15,7 @@ Add `clarkf/simply-valid` to your `composer.json`:
```JSON
{
"require": {
"clarkf/simply-valid": "@dev-master"
"clarkf/simply-valid": ">= 1.0"
}
}
```
Expand Down

0 comments on commit 97f639f

Please sign in to comment.