Skip to content

Commit

Permalink
Sprockets 2.0.0.beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed May 31, 2011
1 parent 4cd027d commit 890be4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sprockets.rb
@@ -1,5 +1,5 @@
module Sprockets
VERSION = "2.0.0.beta.8"
VERSION = "2.0.0.beta.9"

autoload :ArgumentError, "sprockets/errors"
autoload :AssetAttributes, "sprockets/asset_attributes"
Expand Down
2 changes: 1 addition & 1 deletion sprockets.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "sprockets"
s.version = "2.0.0.beta.8"
s.version = "2.0.0.beta.9"
s.summary = "Rack-based asset packaging system"
s.description = "Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS."

Expand Down

0 comments on commit 890be4e

Please sign in to comment.