We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e64b5 commit 60a6190Copy full SHA for 60a6190
README.md
@@ -27,13 +27,13 @@ in-line code documentation here in the library.
27
To install using [Bundler][bundler] grab the latest stable version:
28
29
```ruby
30
-gem 'twilio-ruby', '~> 5.1.1'
+gem 'twilio-ruby', '~> 5.1.2'
31
```
32
33
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
34
35
```bash
36
-gem install twilio-ruby -v 5.1.1
+gem install twilio-ruby -v 5.1.2
37
38
39
To build and install the development branch yourself from the latest source:
lib/twilio-ruby/version.rb
@@ -1,3 +1,3 @@
1
module Twilio
2
- VERSION = '5.1.1'
+ VERSION = '5.1.2'
3
end
0 commit comments