mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
bump version
This commit is contained in:
parent
04bb502c92
commit
0ab52943f5
2 changed files with 3 additions and 1 deletions
2
CHANGES
2
CHANGES
|
@ -1,3 +1,5 @@
|
|||
= 1.3.1 / Not Yet Released
|
||||
|
||||
= 1.3.0 / 2011-09-30
|
||||
|
||||
* Added `stream` helper method for easily creating streaming APIs, Server
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sinatra
|
||||
VERSION = '1.3.0'
|
||||
VERSION = '1.3.1'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue