Skip to content

Commit

Permalink
bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xdite committed Feb 6, 2012
1 parent 1b186fa commit 6e9af99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bootstrap_helper.gemspec
Expand Up @@ -13,10 +13,11 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "bootstrap_helper"
gem.require_paths = ["lib"]
gem.version = "1.4.1"
gem.version = "1.4.2"

gem.add_dependency "railties", "~> 3.0"
gem.add_dependency "thor", "~> 0.14"
gem.add_dependency "will_paginate", '3.0.pre4'
gem.add_development_dependency "bundler", ">= 1.0.0"
gem.add_development_dependency "rails", "~> 3.0"
end
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap_helper/version.rb
@@ -1,5 +1,5 @@
module BootstrapHelper
module Rails
VERSION = "0.1.4"
VERSION = "1.4.2"
end
end

0 comments on commit 6e9af99

Please sign in to comment.