diff --git a/History.md b/History.md index 98db13e..e7f586b 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +## 2.0.3 2014-02-20 + +* minor fix for time_to_js when scope not set (#27) +* Jar path now avoids using a glob, which doesn't work inside a jar (#26) +* use Rhino.warn explicitly otherwise it's a Kernel.warn + ## 2.0.2 2012-12-05 * handle Rhino's 64K code generation (method) limit on the fly (#23) diff --git a/lib/rhino/version.rb b/lib/rhino/version.rb index 059cfbd..b0a4b9e 100644 --- a/lib/rhino/version.rb +++ b/lib/rhino/version.rb @@ -1,3 +1,3 @@ module Rhino - VERSION = "2.0.2" + VERSION = "2.0.3" end \ No newline at end of file