Skip to content

Commit

Permalink
Getting ready for 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Nov 30, 2015
1 parent a48ccde commit 5c49979
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/thecodingmachine/yaco/badges/quality-score.png?b=1.0)](https://scrutinizer-ci.com/g/thecodingmachine/yaco/?branch=1.0)
[![Build Status](https://travis-ci.org/thecodingmachine/yaco.svg?branch=1.0)](https://travis-ci.org/thecodingmachine/yaco)
[![Coverage Status](https://coveralls.io/repos/thecodingmachine/yaco/badge.svg?branch=1.0&service=github)](https://coveralls.io/github/thecodingmachine/yaco?branch=1.0)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/thecodingmachine/yaco/badges/quality-score.png?b=0.3)](https://scrutinizer-ci.com/g/thecodingmachine/yaco/?branch=0.3)
[![Build Status](https://travis-ci.org/thecodingmachine/yaco.svg?branch=0.3)](https://travis-ci.org/thecodingmachine/yaco)
[![Coverage Status](https://coveralls.io/repos/thecodingmachine/yaco/badge.svg?branch=0.3&service=github)](https://coveralls.io/github/thecodingmachine/yaco?branch=0.3)

# YACO - Yet another compiler

Expand All @@ -14,7 +14,7 @@ You can install this package through Composer:
```json
{
"require": {
"thecodingmachine/yaco": "~0.3"
"thecodingmachine/yaco": "~0.3.0"
}
}
```
Expand Down

0 comments on commit 5c49979

Please sign in to comment.