diff --git a/content/es6.md b/content/es6.md index 07464a0..deec58b 100644 --- a/content/es6.md +++ b/content/es6.md @@ -7,10 +7,10 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). B io.jsは新しいバージョンの[V8エンジン](https://code.google.com/p/v8/)を対象にビルドされています。V8エンジンを最新版に保つことで、io.js開発者は[ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm)で定義されたJavaScriptの新機能をすぐに利用することができます。 -io.js 1.2.0はV8 4.1.0.14を利用しています。これはNode.js™ 0.12.xが利用しているV8 3.28.73よりもES6サポートが進んだバージョンです。 +io.js {{project.current_version}}はV8 {{project.current_v8}}を利用しています。これはNode.js™ 0.12.xが利用しているV8 3.28.73よりもES6サポートが進んだバージョンです。