Skip to content

Commit

Permalink
Create 2.1 branch
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Dec 13, 2013
1 parent 2064ede commit 52855e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Imagine Package for Laravel 4

[![Latest Stable Version](https://poser.pugx.org/orchestra/imagine/v/stable.png)](https://packagist.org/packages/orchestra/imagine)
[![Total Downloads](https://poser.pugx.org/orchestra/imagine/downloads.png)](https://packagist.org/packages/orchestra/imagine)
[![Build Status](https://travis-ci.org/orchestral/imagine.png?branch=master)](https://travis-ci.org/orchestral/imagine)
[![Coverage Status](https://coveralls.io/repos/orchestral/imagine/badge.png?branch=master)](https://coveralls.io/r/orchestral/imagine?branch=master)
[![Build Status](https://travis-ci.org/orchestral/imagine.png?branch=2.1)](https://travis-ci.org/orchestral/imagine)
[![Coverage Status](https://coveralls.io/repos/orchestral/imagine/badge.png?branch=2.1)](https://coveralls.io/r/orchestral/imagine?branch=2.1)

## Quick Installation

Expand All @@ -15,7 +15,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/imagine": "2.0.*"
"orchestra/imagine": "2.1.*"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
}
},
"minimum-stability": "dev"
Expand Down

0 comments on commit 52855e9

Please sign in to comment.