Skip to content

Commit

Permalink
Prepare for version 3.4.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 26, 2012
1 parent d870b7b commit 4396e77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
3.4.1
-----
* [Prevent MultiJson::DecodeError error from bubbling up](https://github.com/sferik/twitter/commit/d870b7b8605e48bb0cd40e4b60684705ec06a846)
* [Add British aliases for "favorite" methods on `Twitter::Status`](https://github.com/sferik/twitter/commit/07b1f410a8865ea3736d53d637fb513b4731a3ec)
* [Correctly handle `nil` response body](https://github.com/sferik/twitter/commit/7fc785fa2ad43187fee2ba4808ffb3d09e8533dc)

3.4.0
-----
* [Refactor retweeted_to and retweeted_by into multiple methods](https://github.com/sferik/twitter/commit/7600cc3d529599cefc8d9c715e5f308ac4ca7319)
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/version.rb
Expand Up @@ -2,7 +2,7 @@ module Twitter
class Version
MAJOR = 3 unless defined? Twitter::MAJOR
MINOR = 4 unless defined? Twitter::MINOR
PATCH = 0 unless defined? Twitter::PATCH
PATCH = 1 unless defined? Twitter::PATCH
PRE = nil unless defined? Twitter::PRE

class << self
Expand Down

0 comments on commit 4396e77

Please sign in to comment.