lib/twitter/version.rb in jnunemaker-twitter-0.3.4 vs lib/twitter/version.rb in jnunemaker-twitter-0.3.5

- old
+ new

@@ -1,9 +1,9 @@ module Twitter #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 3 - TINY = 4 + TINY = 5 STRING = [MAJOR, MINOR, TINY].join('.') end end \ No newline at end of file