From 601a9098e0881e2476b6b0c69e9d5e55c359fe9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Garc=C3=ADa=20Prado?= Date: Tue, 11 Feb 2020 23:21:00 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98ead80c0..057ebfa23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-katex", - "version": "1.3.1", + "version": "2.0.0", "description": "Angular module to write beautiful math expressions with TeX syntax boosted by KaTeX library", "main": "ng-katex.umd.js", "jsnext:main": "ng-katex.esm.js",