Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
Release notes:

- [twisty] Remove two `console.log()` statements in `TwistyPlayer`.
- [twisty] Add an experimental argument to set the initial vantage position for `Cube3D`.
- [twisty] Add `experimentalSetOrientation()` to 3D views.
- [bluetooth] Switch `OrientationEvent` to use the `THREE.js` `Quaternion` type.
  • Loading branch information
lgarron committed Jul 3, 2020
1 parent e1e6038 commit d912a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubing",
"version": "0.11.0",
"version": "0.11.1",
"description": "A collection of Javascript cubing libraries.",
"author": "The js.cubing.net team",
"main": "dist/cjs/cubing.js",
Expand Down

0 comments on commit d912a77

Please sign in to comment.