Skip to content

Commit

Permalink
Fresh version bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkd committed Feb 26, 2011
1 parent e4dc748 commit 388e04c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,3 +1,3 @@
Copyright (c) 2010 Peter Gumeson
Copyright (c) 2010-2011 Peter Gumeson

http://creativecommons.org/licenses/by/3.0/
http://creativecommons.org/licenses/by/3.0/
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ Then run the following

(For a new project, I answer "Yes" to keep my stylesheets in app/stylesheets, but "No" for compiling them into public/stylesheets/compiled.)

Now remove your application.html.erb so that Haml can do it's thing
Now remove your application.html.erb so that Haml can do its thing

mv apps/views/layouts/application.html.erb apps/views/layouts/application.html.old

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.0
0.3.1
4 changes: 2 additions & 2 deletions html5-boilerplate.gemspec
@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.version = "0.3.0"
s.date = "2011-01-25"
s.version = "0.3.1"
s.date = "2011-02-26"

s.name = "html5-boilerplate"
s.authors = ["Peter Gumeson"]
Expand Down

0 comments on commit 388e04c

Please sign in to comment.