Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Black committed Jul 27, 2017
1 parent c0cf2a7 commit 14af2ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t
To install using [Bundler][bundler] grab the latest stable version:

```ruby
gem 'twilio-ruby', '~> 5.0.0'
gem 'twilio-ruby', '~> 5.1.0'
```

To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:

```bash
gem install twilio-ruby -v 5.0.0
gem install twilio-ruby -v 5.1.0
```

To build and install the development branch yourself from the latest source:
Expand Down
4 changes: 1 addition & 3 deletions lib/twilio-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# rubocop:disable MutableConstant

module Twilio
VERSION = '5.0.0'
VERSION = '5.1.0'
end

0 comments on commit 14af2ab

Please sign in to comment.