Skip to content

Commit 60a6190

Browse files
author
Doug Black
committed
Release 5.1.2
1 parent 79e64b5 commit 60a6190

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ in-line code documentation here in the library.
2727
To install using [Bundler][bundler] grab the latest stable version:
2828

2929
```ruby
30-
gem 'twilio-ruby', '~> 5.1.1'
30+
gem 'twilio-ruby', '~> 5.1.2'
3131
```
3232

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

3535
```bash
36-
gem install twilio-ruby -v 5.1.1
36+
gem install twilio-ruby -v 5.1.2
3737
```
3838

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

lib/twilio-ruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Twilio
2-
VERSION = '5.1.1'
2+
VERSION = '5.1.2'
33
end

0 commit comments

Comments
 (0)