Skip to content

Commit 848e6c0

Browse files
committed
prepare 1.1.0
1 parent 7abbc2c commit 848e6c0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Resources/doc/1-setting_up_the_bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Step 1: Setting up the bundle
1414
Simply run assuming you have installed composer.phar or composer binary:
1515

1616
``` bash
17-
$ php composer.phar require friendsofsymfony/rest-bundle 1.0.*
17+
$ php composer.phar require friendsofsymfony/rest-bundle 1.1.*
1818
```
1919

2020
### B) Enable the bundle

UPGRADING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Upgrading
22
=========
33

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

76
### upgrading to 2.0.0 (unreleased)
87

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
"extra": {
5959
"branch-alias": {
60-
"dev-master": "1.0-dev"
60+
"dev-master": "1.1-dev"
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)