Skip to content

Commit

Permalink
epicenter-1725 updating version number in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Molly Jones committed Apr 11, 2016
1 parent 1e59ecb commit 58447f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documentation/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/forio/epicenter-js-libs/releases/" target="_blank">GitHub</a>.
**The current version of Epicenter.js is 1.7**. See the [Including](#include) section below. You can also view the history of releases on <a href="https://github.com/forio/epicenter-js-libs/releases/" target="_blank">GitHub</a>.

<a name="concepts"></a>
### Concepts in Epicenter.js
Expand Down Expand Up @@ -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: <a href="https://forio.com/tools/js-libs/1.6.2/epicenter.min.js" target="_blank">https://forio.com/tools/js-libs/1.6.2/epicenter.min.js</a>. To use it in your project, simply add
The Epicenter.js library is available from our tools: <a href="https://forio.com/tools/js-libs/1.7.0/epicenter.min.js" target="_blank">https://forio.com/tools/js-libs/1.7.0/epicenter.min.js</a>. To use it in your project, simply add

<script src="https://forio.com/tools/js-libs/1.6.2/epicenter.min.js"></script>
<script src="https://forio.com/tools/js-libs/1.7.0/epicenter.min.js"></script>

into any of your [interface](../creating_your_interface/) files (e.g. .html and .js files).

Expand All @@ -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: <a href="https://forio.com/tools/js-libs/1.4.0/epicenter-multiplayer-dependencies.js" target="_blank">https://forio.com/tools/js-libs/1.6.2/epicenter-multiplayer-dependencies.js</a>. 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: <a href="https://forio.com/tools/js-libs/1.4.0/epicenter-multiplayer-dependencies.js" target="_blank">https://forio.com/tools/js-libs/1.7.0/epicenter-multiplayer-dependencies.js</a>. To use it in your project, simply add

<script src="https://forio.com/tools/js-libs/1.6.2/epicenter-multiplayer-dependencies.js"></script>
<script src="https://forio.com/tools/js-libs/1.7.0/epicenter-multiplayer-dependencies.js"></script>

into any of your [interface](../creating_your_interface/) files (e.g. .html and .js files).

Expand Down

0 comments on commit 58447f2

Please sign in to comment.