From 3d6ecfccdef2a4dbaa3186dc794bc4219b1ea7d8 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Mon, 25 Mar 2024 17:34:12 -0700 Subject: [PATCH] 2.7.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 bd6b6c7..809ea31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wgpu-matrix", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wgpu-matrix", - "version": "2.6.1", + "version": "2.7.0", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.1", diff --git a/package.json b/package.json index e76287d..bfe9c8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wgpu-matrix", - "version": "2.6.1", + "version": "2.7.0", "description": "fast matrix math library for WebGPU", "main": "dist/2.x/wgpu-matrix.module.js", "module": "dist/2.x/wgpu-matrix.module.js",