Skip to content

Commit 3a93b73

Browse files
committed
Prepare for release.
1 parent 9536922 commit 3a93b73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jammit.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'jammit'
3-
s.version = '0.6.5' # Keep version in sync with jammit.rb
4-
s.date = '2011-11-30'
3+
s.version = '0.6.6' # Keep version in sync with jammit.rb
4+
s.date = '2013-03-20'
55

66
s.homepage = "http://documentcloud.github.com/jammit/"
77
s.summary = "Industrial Strength Asset Packaging for Rails"

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.5"
7+
VERSION = "0.6.6"
88

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

0 commit comments

Comments
 (0)