Skip to content

Commit

Permalink
Prepare for version 3.4.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 24, 2012
1 parent 304adae commit f615774
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.4.0
-----
* [Refactor retweeted_to and retweeted_by into multiple methods](https://github.com/sferik/twitter/commit/7600cc3d529599cefc8d9c715e5f308ac4ca7319)

3.3.1
-----
* [Fix authentication bug](https://github.com/sferik/twitter/commit/b1fc6eac21293f2f87df9ca6684c30ef8155137f)
Expand Down
4 changes: 2 additions & 2 deletions lib/twitter/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Twitter
class Version
MAJOR = 3 unless defined? Twitter::MAJOR
MINOR = 3 unless defined? Twitter::MINOR
PATCH = 1 unless defined? Twitter::PATCH
MINOR = 4 unless defined? Twitter::MINOR
PATCH = 0 unless defined? Twitter::PATCH
PRE = nil unless defined? Twitter::PRE

class << self
Expand Down

0 comments on commit f615774

Please sign in to comment.