From 15c0c53ba350e41dbd4143a1fa5f40f259814966 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sun, 22 May 2022 19:21:55 -0700 Subject: [PATCH] 0.0.3 --- 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 7ddbfefd7..9a14167c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "three-gpu-pathtracer", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "three-gpu-pathtracer", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "dependencies": { "three-mesh-bvh": "^0.5.10" diff --git a/package.json b/package.json index f9556ea23..f2ad9d6d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "three-gpu-pathtracer", - "version": "0.0.2", + "version": "0.0.3", "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",