From 06321d456325f39dce67f62a3f512762ccdccc6e Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 25 Oct 2019 18:48:09 +0200 Subject: [PATCH] v2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66e59f7..c5398fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transformation-matrix", - "version": "2.1.0", + "version": "2.1.1", "description": "2d transformation matrix functions written in ES6 syntax. Tree shaking ready!", "main": "./build-commonjs/index.js", "typings": "transformation-matrix.d.ts",