Skip to content

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Nov 16, 2010
1 parent 8fd3142 commit 245ace9
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
Expand Up @@ -5,7 +5,7 @@
module Shindo

unless const_defined?(:VERSION)
VERSION = '0.1.8'
VERSION = '0.1.9'
end

def self.tests(description = nil, tags = [], &block)
Expand Down
2 changes: 1 addition & 1 deletion shindo.gemspec
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.8'
s.version = '0.1.9'
s.date = '2010-11-16'
s.rubyforge_project = 'shindo'

Expand Down

0 comments on commit 245ace9

Please sign in to comment.