From ec1cc354180af9360bda8163a011a7a0744162c1 Mon Sep 17 00:00:00 2001 From: tmconnors Date: Fri, 8 Sep 2017 16:39:29 -0700 Subject: [PATCH] Release 5.2.2 --- README.md | 4 ++-- lib/twilio-ruby/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c756fc83..31eb24472 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.2.1' +gem 'twilio-ruby', '~> 5.2.2' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 5.2.1 +gem install twilio-ruby -v 5.2.2 ``` 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 8b70c4e4d..4ccbbd9bd 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '5.2.1' + VERSION = '5.2.2' end