Skip to content

Commit

Permalink
master branch is now 0.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 25, 2013
1 parent dbb6d1e commit 9940bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opal/sprockets/version.rb
@@ -1,5 +1,5 @@
module Opal
module Sprockets
VERSION = '0.3.0'
VERSION = '0.4.0'
end
end
2 changes: 1 addition & 1 deletion opal-sprockets.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_dependency 'sprockets'
s.add_dependency 'opal', '~> 0.5.0'
s.add_dependency 'opal', '~> 0.6.0'

s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
Expand Down

0 comments on commit 9940bd2

Please sign in to comment.