Skip to content

Commit

Permalink
Bump release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altspaceautobot committed Apr 19, 2016
1 parent 2671695 commit a8b1204
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The AltspaceVR SDK can be used together with [three.js] to create holographic, multi-user web apps for virtual reality. When running inside [AltspaceVR](http://altvr.com/) they can be experienced with consumer VR hardware including the Oculus Rift DK2.

**Latest Version: v0.9.1 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.9.1)**
**Latest Version: v0.10.0 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.10.0)**

<!--
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand All @@ -23,7 +23,7 @@ THIS FILE IS GENERATED FROM README.md.template. EDIT THAT INSTEAD
**[Slack] - Chat with other members of the community and AltspaceVR devs. [Register for Slack](http://altspacevr-slackin.herokuapp.com)**


## altspace.js
## altspace.js

`altspace.js` should be included whenever you use the SDK. It contains core utilities and apis, and is useful both inside and outside of the client.

Expand All @@ -33,7 +33,7 @@ Many APIs are present in the client without loading `altspace.js`, but please st

Include the latest version of altspace in your app with:

`<script src="http://sdk.altvr.com/libs/altspace.js/0.9.1/altspace.min.js"></script>`
`<script src="http://sdk.altvr.com/libs/altspace.js/0.10.0/altspace.min.js"></script>`

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

Expand Down
2 changes: 1 addition & 1 deletion dist/altspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -11174,7 +11174,7 @@ window.altspace.utilities.behaviors.SteamVRTrackedObject = SteamVRTrackedObjectB

(function () {

var version = '0.9.1';
var version = '0.10.0';

if (window.altspace && window.altspace.requestVersion) {
window.altspace.requestVersion(version);
Expand Down
2 changes: 1 addition & 1 deletion dist/altspace.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/maps/altspace.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-al
<section class="readme">
<article><h1 id="altspacevr-sdk">AltspaceVR SDK</h1>
<p>The AltspaceVR SDK can be used together with <a href="http://threejs.org/">three.js</a> to create holographic, multi-user web apps for virtual reality. When running inside <a href="http://altvr.com/">AltspaceVR</a> they can be experienced with consumer VR hardware including the Oculus Rift DK2. </p>
<p><strong>Latest Version: v0.9.1 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.9.1">See Changes</a></strong> </p>
<p><strong>Latest Version: v0.10.0 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.10.0">See Changes</a></strong> </p>
<!--
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
THIS FILE IS GENERATED FROM README.md.template. EDIT THAT INSTEAD
Expand All @@ -63,7 +63,7 @@ <h2 id="altspace-js">altspace.js</h2>
<p>Many APIs are present in the client without loading <code>altspace.js</code>, but please still include it, as this may change in the future. </p>
<p><strong>The version baked into the altspace.js script you include will determine which version of the entire SDK that the client will provide your app.</strong> 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 <code>altspace.js</code> we will try to return legacy behavior appropriate to your version of <code>altspace.js</code>. Versioning will follow <a href="http://semver.org/">SEMVER</a> as closely as possible. Details for each version can be found in the <a href="https://github.com/AltspaceVR/AltspaceSDK/releases">Release Notes</a>.</p>
<p>Include the latest version of altspace in your app with:</p>
<p><code>&lt;script src=&quot;http://sdk.altvr.com/libs/altspace.js/0.9.1/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
<p><code>&lt;script src=&quot;http://sdk.altvr.com/libs/altspace.js/0.10.0/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
<p>If you use npm, you can install altspace.js with:</p>
<p><code>npm install altspace</code></p>
<h2 id="api-overview">API Overview</h2>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altspace",
"version": "0.9.1",
"version": "0.10.0",
"repository": "AltspaceVR/AltspaceSDK",
"main": "dist/altspace.js",
"dependencies": {
Expand Down

0 comments on commit a8b1204

Please sign in to comment.