Skip to content

Commit 14af2ab

Browse files
author
Doug Black
committed
Release 5.1.0
1 parent c0cf2a7 commit 14af2ab

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t
1111
To install using [Bundler][bundler] grab the latest stable version:
1212

1313
```ruby
14-
gem 'twilio-ruby', '~> 5.0.0'
14+
gem 'twilio-ruby', '~> 5.1.0'
1515
```
1616

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

1919
```bash
20-
gem install twilio-ruby -v 5.0.0
20+
gem install twilio-ruby -v 5.1.0
2121
```
2222

2323
To build and install the development branch yourself from the latest source:

lib/twilio-ruby/version.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# rubocop:disable MutableConstant
2-
31
module Twilio
4-
VERSION = '5.0.0'
2+
VERSION = '5.1.0'
53
end

0 commit comments

Comments
 (0)