Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Aug 9, 2011
1 parent 0f6f747 commit 6613e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions guillotine.gemspec
Original file line number Diff line number Diff line change
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 = 'guillotine'
s.version = '0.0.1'
s.date = '2011-08-08'
s.version = '0.0.2'
s.date = '2011-08-09'
s.rubyforge_project = 'guillotine'

## Make sure your summary is short. The description may be as long
Expand Down
2 changes: 1 addition & 1 deletion lib/guillotine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'digest/md5'

module Guillotine
VERSION = "0.0.1"
VERSION = "0.0.2"

dir = File.expand_path '../guillotine', __FILE__
autoload :App, "#{dir}/app"
Expand Down

0 comments on commit 6613e2a

Please sign in to comment.