Skip to content

Commit

Permalink
up version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskite committed Sep 7, 2009
1 parent a2903ff commit 9b7508a
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.1.2"
s.version = "0.2.0"
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.1.2'
VERSION = '0.2.0'

#module-wide options
def Anemone.options=(options)
Expand Down

0 comments on commit 9b7508a

Please sign in to comment.