Skip to content

Commit

Permalink
see CHANGELOG, bump version to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Mar 6, 2012
1 parent 5028267 commit 2473caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/html5.rb
Expand Up @@ -60,7 +60,7 @@
say_wizard 'installing Twitter Bootstrap HTML5 framework (less)'
generate 'bootstrap:install'
remove_file 'app/assets/stylesheets/application.css' # already created application.css.scss above
insert_into_file 'app/assets/stylesheets/bootstrap_and_overrides.css.less', "body { padding-top: 60px; }\n", :after => "@import "twitter/bootstrap/bootstrap";\n"
insert_into_file 'app/assets/stylesheets/bootstrap_and_overrides.css.less', "body { padding-top: 60px; }\n", :after => "@import \"twitter/bootstrap/bootstrap\";\n"

when 'bootstrap_sass'
say_wizard 'installing Twitter Bootstrap HTML5 framework (sass)'
Expand Down
2 changes: 1 addition & 1 deletion version.rb
@@ -1,3 +1,3 @@
module RailsWizard
VERSION = "1.1.7"
VERSION = "1.1.8"
end

0 comments on commit 2473caa

Please sign in to comment.