Skip to content

Commit

Permalink
fixing version, updating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiokung committed Jun 25, 2009
1 parent 209a463 commit ebe8351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
== 0.8.1
* updating jruby-rack to be compatible with Rails 2.3.x
* better build system, upgrading to newer version of newgem

== 0.8
* reading config/web.xml file (not yet supporting config/web.xml.erb)
* supporting /public/WEB-INF dir for custom web resources (config files and taglibs)
Expand Down
2 changes: 1 addition & 1 deletion lib/jetty_rails.rb
Expand Up @@ -20,6 +20,6 @@
require "jetty_rails/config/command_line_reader"

module JettyRails
VERSION = '0.9'
VERSION = '0.8.1'
JETTY_RAILS_HOME = File.dirname(__FILE__) + "/.." unless defined?(JETTY_RAILS_HOME)
end

0 comments on commit ebe8351

Please sign in to comment.