From 773eea90e4a97118493d4e9ae4c95125c156d129 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 3 Aug 2023 19:53:04 -0700 Subject: [PATCH] bump to v2.5.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 a62b673..d672fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wgpu-matrix", - "version": "2.4.2", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wgpu-matrix", - "version": "2.4.2", + "version": "2.5.0", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.1", diff --git a/package.json b/package.json index aa92492..860513c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wgpu-matrix", - "version": "2.4.2", + "version": "2.5.0", "description": "fast matrix math library for WebGPU", "main": "dist/2.x/wgpu-matrix.module.js", "module": "dist/2.x/wgpu-matrix.module.js",