diff --git a/package.json b/package.json index 1c593b9..161d958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lightmatrix", - "version": "1.0.0", + "version": "1.1.0", "description": "Lightweight JavaScript library for basic matrix computations.", "main": "lib/index.js", "module": "esm/index.js", @@ -80,4 +80,4 @@ "rollup-plugin-uglify": "^3.0.0", "rollup-watch": "^4.3.1" } -} \ No newline at end of file +}