Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Jul 7, 2013
1 parent 64d7a2b commit 8bdc73e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## Version 3.1.0 - 2013-07-07
* Update dependencies
* Switch to template contributed by brianflanagan [#8]
* Add support for multiple independent heel servers [#9]

## Version 3.0.2 - 2013-03-13

* Fix generated pages to say they are utf-8 [#4]
Expand Down
4 changes: 3 additions & 1 deletion Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data/css/coderay-alpha.css
data/css/coderay-cycnus.css
data/css/coderay-murphy.css
data/css/error.css
data/css/listing.css
data/css/index.css
data/error.rhtml
data/famfamfam/icons/application.png
data/famfamfam/icons/compress.png
Expand All @@ -35,10 +35,12 @@ lib/heel/mime_map.rb
lib/heel/rackapp.rb
lib/heel/request.rb
lib/heel/server.rb
lib/heel/template_vars.rb
spec/configuration_spec.rb
spec/directory_indexer_spec.rb
spec/rackapp_spec.rb
spec/server_spec.rb
spec/spec_helper.rb
spec/template_vars_spec.rb
tasks/default.rake
tasks/this.rb
2 changes: 1 addition & 1 deletion lib/heel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#++

module Heel
VERSION = '3.0.2'
VERSION = '3.1.0'
end

require 'heel/configuration'
Expand Down

0 comments on commit 8bdc73e

Please sign in to comment.