From 1600cad7c6574fab0b4ea7864b8f3f81c979e91e Mon Sep 17 00:00:00 2001 From: Marco Fugaro Date: Mon, 30 Jan 2023 19:16:47 +0100 Subject: [PATCH] v2.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0124d65..3f52514 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "three-projected-material", "description": "Material which projects a texture onto an object", - "version": "2.2.0", + "version": "2.2.1", "type": "module", "main": "./build/ProjectedMaterial.js", "module": "./build/ProjectedMaterial.module.js",