Skip to content

Commit

Permalink
Prepare for version 4.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Oct 18, 2012
1 parent 3e8c4ac commit 4f45feb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
4.1.1
-----
* [Fix bug in `Twitter::Tweet#full_text`](https://github.com/sferik/twitter/commit/cc432b68c7487c7e946298a1ba07e6206b83086b)
* [Add `Twitter::Tweet#favouriters`, `Twitter::User#favoriters_count`, and `Twitter::User#favouriters_count` aliases](https://github.com/sferik/twitter/commit/9e00a7459e9a276a978d2945b5e1cdaa9e02a46f)

4.1.0
-----
* [Handle new API v1.1 list response format](https://github.com/sferik/twitter/commit/2aace25fcf946de995e5ce1788f24ad35bc79438)
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/version.rb
Expand Up @@ -2,7 +2,7 @@ module Twitter
class Version
MAJOR = 4 unless defined? Twitter::MAJOR
MINOR = 1 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 4f45feb

Please sign in to comment.