Skip to content

Commit

Permalink
yanking and updating the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed May 26, 2011
1 parent bd6ccd1 commit 3dedc9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -93,7 +93,7 @@
</p>

<p>
<b>Current Version:</b> <a href="http://rubygems.org/gems/jammit/">0.6.2</a>
<b>Current Version:</b> <a href="http://rubygems.org/gems/jammit/">0.6.3</a>
</p>

<p>
Expand Down Expand Up @@ -693,7 +693,7 @@ <h2 id="jst">JavaScript Templates</h2>
<h2 id="changes">Change Log</h2>

<p>
<b class="header">0.6.2</b> &mdash; <small><i>May 26, 2011</i></small><br />
<b class="header">0.6.3</b> &mdash; <small><i>May 26, 2011</i></small><br />
Quick bugfix release for Rails 3.1 compatibility, which changes the method
signatures of <tt>javascript_include_tag</tt> and <tt>stylesheet_link_tag</tt>
in a backwards-incompatible fashion.
Expand Down
2 changes: 1 addition & 1 deletion jammit.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'jammit'
s.version = '0.6.2' # Keep version in sync with jammit.rb
s.version = '0.6.3' # Keep version in sync with jammit.rb
s.date = '2011-05-26'

s.homepage = "http://documentcloud.github.com/jammit/"
Expand Down
2 changes: 1 addition & 1 deletion lib/jammit.rb
Expand Up @@ -4,7 +4,7 @@
# to all of the configuration options.
module Jammit

VERSION = "0.6.2"
VERSION = "0.6.3"

ROOT = File.expand_path(File.dirname(__FILE__) + '/..')

Expand Down

0 comments on commit 3dedc9d

Please sign in to comment.