Skip to content

Commit

Permalink
bump to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xdite committed Nov 12, 2012
1 parent d90f419 commit 0acf131
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.0.9 (Nov 12, 2012)
* fix application.css double loading css
* bootstrap-helper bump to 2.1.2
0.0.8 (Oct 12, 2012)
* fix db config replace problem
0.0.7 (Oct 10, 2012)
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrappers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bootstrappers
VERSION = "0.0.8"
VERSION = "0.0.9"
end
2 changes: 1 addition & 1 deletion templates/Gemfile_additions
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'seo_helper', '~> 1.0'
gem "settingslogic"

gem 'anjlab-bootstrap-rails', '>= 2.1', :require => 'bootstrap-rails'
gem "bootstrap_helper", "2.1.0"
gem "bootstrap_helper", '>= 2.1.2'

gem "simple_form", "2.0.3"
gem "will_paginate", "3.0.3"
Expand Down

0 comments on commit 0acf131

Please sign in to comment.