Skip to content

Commit

Permalink
up version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskite committed Oct 26, 2009
1 parent 2fba0c5 commit a0bf200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anemone.gemspec
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = "anemone"
s.version = "0.2.1"
s.version = "0.2.2"
s.author = "Chris Kite"
s.homepage = "http://anemone.rubyforge.org"
s.rubyforge_project = "anemone"
Expand Down
2 changes: 1 addition & 1 deletion lib/anemone/anemone.rb
Expand Up @@ -3,7 +3,7 @@

module Anemone
# Version number
VERSION = '0.2.1'
VERSION = '0.2.2'

# default options
DEFAULTS = {
Expand Down

0 comments on commit a0bf200

Please sign in to comment.