Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed May 30, 2010
1 parent 2684ae7 commit 808a43a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3'
VERSION = '0.1.4'
end

def self.tests(description = nil, tags = [], &block)
Expand Down
4 changes: 2 additions & 2 deletions shindo.gemspec
Expand Up @@ -13,8 +13,8 @@ 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.3'
s.date = '2010-05-24'
s.version = '0.1.4'
s.date = '2010-05-30'
s.rubyforge_project = 'shindo'

## Make sure your summary is short. The description may be as long
Expand Down

0 comments on commit 808a43a

Please sign in to comment.