Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Nov 11, 2011
1 parent afa2787 commit cac2ea3
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 = '1.0.5'
s.version = '1.0.6'
s.date = '2011-11-10'
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 @@ -3,7 +3,7 @@
require 'addressable/uri'

module Guillotine
VERSION = "1.0.5"
VERSION = "1.0.6"

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

0 comments on commit cac2ea3

Please sign in to comment.