Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jan 25, 2011
1 parent 1bf159f commit d7df452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/shindo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module Shindo

unless const_defined?(:VERSION)
VERSION = '0.1.12'
VERSION = '0.2.0'
end

def self.tests(description = nil, tags = [], &block)
Expand Down
2 changes: 1 addition & 1 deletion shindo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'shindo'
s.version = '0.1.12'
s.version = '0.2.0'
s.date = '2011-01-24'
s.rubyforge_project = 'shindo'

Expand Down

0 comments on commit d7df452

Please sign in to comment.