Skip to content

Commit

Permalink
Bumped Gem version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Clarke committed Jan 19, 2009
1 parent b88dd1a commit 711ad55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
== 1.0.1 2009-01-19
2 minor enhancements:
* Improve docs (Quin Hoxie)
* Add developer and container_id options for comment threads. (Quin Hoxie)

== 1.0.0 2009-01-05
* 1 major enhancement:
* Support for Disqus API added (Matthew Van Horn)
Expand Down
2 changes: 1 addition & 1 deletion lib/disqus/version.rb
Expand Up @@ -2,7 +2,7 @@ module Disqus #:nodoc:
module Version #:nodoc:
MAJOR = 1
MINOR = 0
TINY = 0
TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end
end

0 comments on commit 711ad55

Please sign in to comment.