Skip to content

Commit

Permalink
Release 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmctwilio committed Dec 1, 2017
1 parent 5d8818b commit 9d0b932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0'
gem 'twilio-ruby', '~> 5.5.1'
```

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

```bash
gem install twilio-ruby -v 5.5.0
gem install twilio-ruby -v 5.5.1
```

To build and install the development branch yourself from the latest source:
Expand Down
2 changes: 1 addition & 1 deletion lib/twilio-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Twilio
VERSION = '5.5.0'
VERSION = '5.5.1'
end

0 comments on commit 9d0b932

Please sign in to comment.