From f4245d1eabe4e8eb7827dd2f77af3d25f4b48753 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Thu, 1 Apr 2021 15:08:27 -0700 Subject: [PATCH] v0.16.2 Release notes: - Add `gigaminx` to `` puzzles. - 3D implementation updates & performance improvements. - Allow specifying an alg as a string in the `TwistyPlayer` constructor options. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8e401516..846e86392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cubing", - "version": "0.16.1", + "version": "0.16.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cubing", - "version": "0.16.1", + "version": "0.16.2", "license": "GPL-3.0-or-later", "dependencies": { "@types/three": "^0.126.1", diff --git a/package.json b/package.json index 63862943c..a45a88748 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.16.1", + "version": "0.16.2", "description": "A collection of Javascript cubing libraries.", "author": "The js.cubing.net team", "type": "module",