Skip to content

Commit

Permalink
up version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskite committed Aug 11, 2009
1 parent 2acde99 commit b03adad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion anemone.gemspec
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = "anemone"
s.version = "0.1.1"
s.version = "0.1.2"
s.author = "Chris Kite"
s.homepage = "http://anemone.rubyforge.org"
s.rubyforge_project = "anemone"
Expand Down Expand Up @@ -33,6 +33,7 @@ spec = Gem::Specification.new do |s|
s.test_files = %w[
spec/anemone_spec.rb
spec/core_spec.rb
spec/page_spec.rb
spec/fakeweb_helper.rb
spec/spec_helper.rb
]
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.1'
VERSION = '0.1.2'

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

0 comments on commit b03adad

Please sign in to comment.