Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Apr 13, 2019
1 parent 8468567 commit d0cd56c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ If you're using [Bundler](https://bundler.io), add sinatra-param to your project
```ruby
source 'https://rubygems.org'

gem 'sinatra-param', git: 'https://github.com/jgarber623/sinatra-param', tag: 'v2.4.3'
gem 'sinatra-param', git: 'https://github.com/jgarber623/sinatra-param', tag: 'v2.5.0'
```

If you're using Bundler 2.0, you may simplify the `Gemfile` line to:

```ruby
gem 'sinatra-param', github: 'jgarber623/sinatra-param', tag: 'v2.4.3'
gem 'sinatra-param', github: 'jgarber623/sinatra-param', tag: 'v2.5.0'
```

Hop over to your command prompt and run:
Expand Down
2 changes: 1 addition & 1 deletion lib/sinatra/param/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sinatra
module Param
VERSION = '2.4.3'.freeze
VERSION = '2.5.0'.freeze
end
end

0 comments on commit d0cd56c

Please sign in to comment.