From f427d9dae2265cbf1763be1636caf8a1ad9057ef Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 3 May 2024 14:14:01 +0900 Subject: [PATCH] 0.0.22 --- 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 f8dbce63..3d2f4080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "three-gpu-pathtracer", - "version": "0.0.21", + "version": "0.0.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "three-gpu-pathtracer", - "version": "0.0.21", + "version": "0.0.22", "license": "MIT", "devDependencies": { "@lookingglass/webxr": "^0.3.1", diff --git a/package.json b/package.json index ceda45fc..54dba54a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "three-gpu-pathtracer", - "version": "0.0.21", + "version": "0.0.22", "description": "Path tracing renderer and utilities for three.js built on top of three-mesh-bvh.", "module": "src/index.js", "main": "build/index.umd.cjs",