Skip to content

Commit

Permalink
Updated version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Jun 19, 2008
1 parent 8bb7e94 commit 82f7b73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions History.txt
@@ -1,9 +1,14 @@
== 0.1.0 2008-05-22

* 1 major enhancement:
* Initial release
== 0.2.1 2008-06-19

* 1 tiny modification:
* Can retreive various reddit/subreddit pages (hot, new, controversial, top).

== 0.2.0 2008-06-09

* 1 minor modification:
* Changed the beta URL of reddit to the new URL of reddit
* Changed the beta URL of reddit to the new URL of reddit

== 0.1.0 2008-05-22

* 1 major enhancement:
* Initial release
2 changes: 1 addition & 1 deletion lib/reddit/version.rb
Expand Up @@ -2,7 +2,7 @@ module Reddit #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 2
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion reddit.gemspec
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = "reddit"
s.version = "0.2.0"
s.version = "0.2.1"
s.author = "Brian Terlson"
s.email = "btthalion@gmail.com"
s.homepage = "http://github.com/bterlson/reddit/"
Expand Down

0 comments on commit 82f7b73

Please sign in to comment.