Skip to content

Commit

Permalink
bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskite committed Feb 24, 2011
1 parent 6b87f92 commit f8544e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
== 0.6.1 / 2011-02-24

*Bug fixes

* Fix a bug preventing SSL connections from working

== 0.6.0 / 2011-02-17

* Major enhancements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.1
2 changes: 1 addition & 1 deletion anemone.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = "anemone"
s.version = "0.6.0"
s.version = "0.6.1"
s.author = "Chris Kite"
s.homepage = "http://anemone.rubyforge.org"
s.rubyforge_project = "anemone"
Expand Down
2 changes: 1 addition & 1 deletion lib/anemone/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

module Anemone

VERSION = '0.6.0';
VERSION = '0.6.1';

#
# Convenience method to start a crawl
Expand Down

0 comments on commit f8544e1

Please sign in to comment.