From c5363094a9ac28a925fd7fd281846893f56ca880 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Thu, 2 Sep 2021 13:26:24 -0700 Subject: [PATCH] v0.20.2 Release notes: - Fix an issue where spinning a 3D puzzle in Firefox would make it disappear. --- 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 5a51951ee..8de89b1dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cubing", - "version": "0.20.1", + "version": "0.20.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cubing", - "version": "0.20.1", + "version": "0.20.2", "license": "GPL-3.0-or-later", "dependencies": { "@types/three": "^0.126.1", diff --git a/package.json b/package.json index dc6095b3f..2367c51c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.20.1", + "version": "0.20.2", "description": "A collection of Javascript cubing libraries.", "author": "The js.cubing.net team", "type": "module",