From 61098f17dec56a0e9918937cf709b2714d3d6a55 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sun, 4 Apr 2021 01:18:51 -0700 Subject: [PATCH] v0.16.6 Release notes: - Overhauled stickerings - Fix 4x4x4 stickerings. - Stickerings for big cubes, 2x2x2, and 3x3x3 (PG3D). --- 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 5bb866934..0e68f43be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cubing", - "version": "0.16.5", + "version": "0.16.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cubing", - "version": "0.16.5", + "version": "0.16.6", "license": "GPL-3.0-or-later", "dependencies": { "@types/three": "^0.126.1", diff --git a/package.json b/package.json index ada94da54..542780b6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.16.5", + "version": "0.16.6", "description": "A collection of Javascript cubing libraries.", "author": "The js.cubing.net team", "type": "module",