1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00

version bump

This commit is contained in:
Sam 2017-08-23 12:17:33 -04:00
parent a91ade8dad
commit 0b1812b218
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
23-08-2017
- 0.1.13
- Fix: amend array buffer allocator to use v8 6.0 compatible allocator @ignisf
18-07-2017
- 0.1.12

View file

@ -1,3 +1,3 @@
module MiniRacer
VERSION = "0.1.12"
VERSION = "0.1.13"
end

View file

@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "rake-compiler"
spec.add_dependency 'libv8', '~> 5.9'
spec.add_dependency 'libv8', ' = 6.0.286.44.0beta1'
spec.require_paths = ["lib", "ext"]
spec.extensions = ["ext/mini_racer_extension/extconf.rb"]