Skip to content

Commit 382d75c

Browse files
author
Doug Black
committed
bump to 4.0.1
1 parent 58c9aa9 commit 382d75c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
twilio-ruby changelog
22
=====================
33

4+
Version 4.0.1
5+
-------------
6+
7+
Released May 6, 2015
8+
9+
- Add support for the new Pricing API
10+
411
Version 4.0.0
512
-------------
613

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t
1111
To install using [Bundler][bundler] grab the latest stable version:
1212

1313
```ruby
14-
gem 'twilio-ruby', '~> 4.0.0'
14+
gem 'twilio-ruby', '~> 4.0.1'
1515
```
1616

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

lib/twilio-ruby/version.rb

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

0 commit comments

Comments
 (0)