Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Aug 17, 2011
1 parent be5ba36 commit 3a35a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guillotine.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 = 'guillotine'
s.version = '0.1.1'
s.version = '0.1.2'
s.date = '2011-08-17'
s.rubyforge_project = 'guillotine'

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.1.1"
VERSION = "0.1.2"

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

0 comments on commit 3a35a0f

Please sign in to comment.