mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
bump version
This commit is contained in:
parent
e0ef8d7a5a
commit
3a20c6d315
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
Unreleased
|
||||
06-02-2017
|
||||
|
||||
- 0.1.8
|
||||
|
||||
- Fix: Include math.h to fix use of undeclared identifier floor with rbx. See #51
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module MiniRacer
|
||||
VERSION = "0.1.7"
|
||||
VERSION = "0.1.8"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue