Skip to content

Commit 9d3200e

Browse files
committed
Preparing for next development iteration, 0.11.1.
1 parent 26eacd3 commit 9d3200e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.11.1 (Next)
2+
=============
3+
4+
* Your contribution here.
5+
16
0.11.0 (2/23/2015)
27
==================
38

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ content negotiation, versioning and much more.
9090

9191
## Stable Release
9292

93-
You're reading the documentation for the stable release of Grape, [0.11.0](https://github.com/intridea/grape/blob/v0.11.0/README.md).
93+
You're reading the documentation for the next release of Grape, which should be 0.11.1.
94+
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
95+
The current stable release is [0.11.0](https://github.com/intridea/grape/blob/v0.11.0/README.md).
9496

9597
## Project Resources
9698

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Grape
2-
VERSION = '0.11.0'
2+
VERSION = '0.11.1'
33
end

0 commit comments

Comments
 (0)