From fb577b91211ca9b745b0dae2b4b43ca73a1c0a47 Mon Sep 17 00:00:00 2001 From: abhijitXD Date: Thu, 4 Feb 2021 23:21:48 +0530 Subject: [PATCH] v0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3945b84..7d173be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyo", - "version": "0.6.0", + "version": "0.7.0", "description": "A matrix library for JavaScript with ability to calculate determinants, transpose, inverse, RREF and other simple matrix operations", "main": "index.js", "scripts": {