Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test app dependency versions.
  • Loading branch information
raimo committed Nov 11, 2016
1 parent 0e769e7 commit 4ff4b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -3,8 +3,8 @@

<script src="recorder/javascripts/lib/three.min.js"></script>

<script src="//js.leapmotion.com/leap-0.6.0.js"></script>
<script src="//js.leapmotion.com/leap-plugins-0.1.6.js"></script>
<script src="//js.leapmotion.com/leap-0.6.4.js"></script>
<script src="//js.leapmotion.com/leap-plugins-0.1.11.js"></script>
<script src="//js.leapmotion.com/leap.rigged-hand-0.1.4.js"></script>
<!-- override the bundled playback plugin: -->
<script src="build/leap.playback-0.2.1.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion recorder/index.html
Expand Up @@ -30,7 +30,7 @@
<script src="javascripts/lib/three.min.js"></script>
<script src="javascripts/lib/TrackballControls.js"></script>

<script src="//js.leapmotion.com/leap-0.6.3.min.js"></script>
<script src="//js.leapmotion.com/leap-0.6.4.min.js"></script>
<script src="//js.leapmotion.com/leap-plugins-0.1.8.js"></script>
<script src="//js.leapmotion.com/leap.rigged-hand-0.1.5.js"></script>
<script src="../build/leap.playback-0.2.1.js"></script>
Expand Down

0 comments on commit 4ff4b5b

Please sign in to comment.