From 8541ce9772734a726009bd57a37482d379b2b0eb Mon Sep 17 00:00:00 2001 From: boytchev <70705048+boytchev@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:28:02 +0300 Subject: [PATCH] 1.4.0 --- 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 ff889f3..ca0fd52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tsl-textures", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tsl-textures", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "devDependencies": { "@eslint/js": "^9.4.0", diff --git a/package.json b/package.json index 4f3be00..721cc67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsl-textures", - "version": "1.3.0", + "version": "1.4.0", "description": "A collection of Three.js Shading Language (TSL) textures ", "main": "index.js", "repository": {