diff --git a/documentation/index.html.md b/documentation/index.html.md index dfd9be34..45d3d872 100644 --- a/documentation/index.html.md +++ b/documentation/index.html.md @@ -18,7 +18,7 @@ If you are comfortable with JavaScript, the epicenter.js library is an easy way * [Examples of usage: Callbacks and promises](#example) * [Configuration options](#configuration) -**The current version of Epicenter.js is 1.6**. See the [Including](#include) section below. You can also view the history of releases on GitHub. +**The current version of Epicenter.js is 1.7**. See the [Including](#include) section below. You can also view the history of releases on GitHub. ### Concepts in Epicenter.js @@ -55,9 +55,9 @@ Although in most cases you'll work with the managers directly, the services are **Epicenter.js** -The Epicenter.js library is available from our tools: https://forio.com/tools/js-libs/1.6.2/epicenter.min.js. To use it in your project, simply add +The Epicenter.js library is available from our tools: https://forio.com/tools/js-libs/1.7.0/epicenter.min.js. To use it in your project, simply add - + into any of your [interface](../creating_your_interface/) files (e.g. .html and .js files). @@ -69,9 +69,9 @@ The Epicenter.js library depends on jQuery, so you'll also need to download jQue **Extensions** -If you are building a [multiplayer game](../glossary/#world), you'll also need to include the epicenter-multiplayer-dependencies.js library. This is available from our tools: https://forio.com/tools/js-libs/1.6.2/epicenter-multiplayer-dependencies.js. To use it in your project, simply add +If you are building a [multiplayer game](../glossary/#world), you'll also need to include the epicenter-multiplayer-dependencies.js library. This is available from our tools: https://forio.com/tools/js-libs/1.7.0/epicenter-multiplayer-dependencies.js. To use it in your project, simply add - + into any of your [interface](../creating_your_interface/) files (e.g. .html and .js files).