From 63ea09294ae0dcd84159417f8a3a768185e961dc Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Fri, 31 May 2024 00:18:22 +0900 Subject: [PATCH] 2.9.1 --- 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 4a8cc2f..d7ba985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wgpu-matrix", - "version": "2.9.0", + "version": "2.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wgpu-matrix", - "version": "2.9.0", + "version": "2.9.1", "license": "MIT", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", diff --git a/package.json b/package.json index eb7fa98..3d10215 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wgpu-matrix", - "version": "2.9.0", + "version": "2.9.1", "description": "fast matrix math library for WebGPU", "main": "dist/2.x/wgpu-matrix.module.js", "module": "dist/2.x/wgpu-matrix.module.js",