Skip to content

Commit a81967a

Browse files
committed
Preparing for next development iteration, closes #1199. [ci skip]
1 parent 0d8cfb0 commit a81967a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.14.1 (Next)
2+
=============
3+
4+
* Your contribution here.
5+
16
0.14.0 (12/17/2015)
27
===================
38

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ content negotiation, versioning and much more.
9999

100100
## Stable Release
101101

102-
You're reading the documentation for the stable release of Grae [0.14.0](https://github.com/ruby-grape/grape/blob/v0.14.0/README.md).
102+
You're reading the documentation for the next release of Grape, which should be 0.14.1.
103103
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
104+
The current stable release is [0.14.0](https://github.com/ruby-grape/grape/blob/v0.14.0/README.md).
104105

105106
## Project Resources
106107

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Grape
22
# The current version of Grape.
3-
VERSION = '0.14.0'
3+
VERSION = '0.14.1'
44
end

0 commit comments

Comments
 (0)