Skip to content

Commit 3dedc9d

Browse files
committed
yanking and updating the version number.
1 parent bd6ccd1 commit 3dedc9d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</p>
9494

9595
<p>
96-
<b>Current Version:</b> <a href="http://rubygems.org/gems/jammit/">0.6.2</a>
96+
<b>Current Version:</b> <a href="http://rubygems.org/gems/jammit/">0.6.3</a>
9797
</p>
9898

9999
<p>
@@ -693,7 +693,7 @@ <h2 id="jst">JavaScript Templates</h2>
693693
<h2 id="changes">Change Log</h2>
694694

695695
<p>
696-
<b class="header">0.6.2</b> &mdash; <small><i>May 26, 2011</i></small><br />
696+
<b class="header">0.6.3</b> &mdash; <small><i>May 26, 2011</i></small><br />
697697
Quick bugfix release for Rails 3.1 compatibility, which changes the method
698698
signatures of <tt>javascript_include_tag</tt> and <tt>stylesheet_link_tag</tt>
699699
in a backwards-incompatible fashion.

jammit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'jammit'
3-
s.version = '0.6.2' # Keep version in sync with jammit.rb
3+
s.version = '0.6.3' # Keep version in sync with jammit.rb
44
s.date = '2011-05-26'
55

66
s.homepage = "http://documentcloud.github.com/jammit/"

lib/jammit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# to all of the configuration options.
55
module Jammit
66

7-
VERSION = "0.6.2"
7+
VERSION = "0.6.3"
88

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

0 commit comments

Comments
 (0)