Skip to content

Commit

Permalink
Version bump 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
altspaceautobot committed Nov 20, 2017
1 parent 04ba7f2 commit ddc3633
Show file tree
Hide file tree
Showing 76 changed files with 6,541 additions and 214 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Many APIs are present in the client without loading `altspace.js`, but please st

The version baked into the altspace.js script will determine which version of the entire SDK the client will provide your app. This means that if we make any breaking internal changes to things like rendering or cursor events, and you are using an older version of `altspace.js`, we will try to return legacy behavior appropriate to your version of `altspace.js`. Versioning will follow [SEMVER](http://semver.org/) as closely as possible. Details for each version can be found in the [Release Notes](https://github.com/AltspaceVR/AltspaceSDK/releases).

**Latest Version: v2.6.1 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v2.6.1)**
**Latest Version: v2.6.2 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v2.6.2)**

Include the latest version of the SDK in your app with:

`<script src="https://sdk.altvr.com/libs/altspace.js/2.6.1/altspace.min.js"></script>`
`<script src="https://sdk.altvr.com/libs/altspace.js/2.6.2/altspace.min.js"></script>`

If you use npm, you can install altspace.js with:

Expand Down
Loading

0 comments on commit ddc3633

Please sign in to comment.