Skip to content

Commit

Permalink
Bump version for opal 0.7 beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Oct 14, 2014
1 parent 89dec70 commit cb6bbfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opal/jquery/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
module JQuery
VERSION = '0.2.0'
VERSION = '0.3.0.beta1'
end
end
2 changes: 1 addition & 1 deletion opal-jquery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ['lib']

s.add_runtime_dependency 'opal', '~> 0.7.0.dev'
s.add_runtime_dependency 'opal', '~> 0.7.0.beta1'
s.add_development_dependency 'opal-rspec', '~> 0.4.0.beta2'
s.add_development_dependency 'yard'
s.add_development_dependency 'rake'
Expand Down

0 comments on commit cb6bbfe

Please sign in to comment.