Skip to content

Commit

Permalink
prepare 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Nov 28, 2013
1 parent 7abbc2c commit 848e6c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Resources/doc/1-setting_up_the_bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Step 1: Setting up the bundle
Simply run assuming you have installed composer.phar or composer binary:

``` bash
$ php composer.phar require friendsofsymfony/rest-bundle 1.0.*
$ php composer.phar require friendsofsymfony/rest-bundle 1.1.*
```

### B) Enable the bundle
Expand Down
3 changes: 1 addition & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Upgrading
=========

Note as FOSRestBundle is not yet declared stable, this document will be updated to
list important BC breaks.
This document will be updated to list important BC breaks and behavioral changes.

### upgrading to 2.0.0 (unreleased)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
}
}

0 comments on commit 848e6c0

Please sign in to comment.