diff --git a/README.md b/README.md index 070e07130..ee141bda5 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ in-line code documentation here in the library. To install using [Bundler][bundler] grab the latest stable version: ```ruby -gem 'twilio-ruby', '~> 5.4.4' +gem 'twilio-ruby', '~> 5.4.5' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 5.4.4 +gem install twilio-ruby -v 5.4.5 ``` To build and install the development branch yourself from the latest source: diff --git a/lib/twilio-ruby/version.rb b/lib/twilio-ruby/version.rb index 15ccd4769..64dc16b7e 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '5.4.4' + VERSION = '5.4.5' end