Skip to content

Commit

Permalink
Bump release v0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
altspaceautobot committed Nov 18, 2016
1 parent 8a581db commit e300438
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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.23.1 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.23.1)**
**Latest Version: v0.23.2 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.23.2)**

<!--
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down Expand Up @@ -32,7 +32,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.23.1/altspace.min.js"></script>`
`<script src="http://sdk.altvr.com/libs/altspace.js/0.23.2/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 @@ -11292,7 +11292,7 @@ window.altspace.utilities.behaviors.SteamVRTrackedObject = SteamVRTrackedObjectB

(function () {

var version = '0.23.1';
var version = '0.23.2';

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 @@ -48,7 +48,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-al

<section class="readme">
<article><h1>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.23.1 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.23.1">See Changes</a></strong></p>
<p><strong>Latest Version: v0.23.2 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.23.2">See Changes</a></strong></p>
<!--
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
THIS FILE IS GENERATED FROM README.md.template. EDIT THAT INSTEAD
Expand All @@ -65,7 +65,7 @@ <h2>altspace.js</h2><p><code>altspace.js</code> should be included whenever you
<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.23.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.23.2/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>API Overview</h2><p><strong>See the <a href="http://altspacevr.github.io/AltspaceSDK/doc">API Reference</a> for full details and a complete list of APIs and utilities.</strong></p>
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.23.1",
"version": "0.23.2",
"repository": "AltspaceVR/AltspaceSDK",
"main": "dist/altspace.js",
"scripts": {
Expand Down

0 comments on commit e300438

Please sign in to comment.