Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
Currently, react-sinatra can avoid initial overhead by adding the
following configuration code to your app.

@example

  configure do
    React::Sinatra::Pool.pool.reset
  end
  • Loading branch information
namusyaka committed Jan 19, 2017
1 parent 0162ac4 commit dd91450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react/sinatra/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module React
module Sinatra
VERSION = "0.1.0"
VERSION = '0.1.1'
end
end

0 comments on commit dd91450

Please sign in to comment.