From be9df982fc85283e22a118e095a0da2d514fbce9 Mon Sep 17 00:00:00 2001 From: iktakahiro <takahiro.ikeuchi@gmail.com> Date: Tue, 6 Mar 2018 15:48:02 +0900 Subject: [PATCH] Release 3.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a99ee2..e502f3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iktakahiro/markdown-it-katex", - "version": "3.0.2", + "version": "3.0.3", "description": "Fast math support for markdown-it with KaTeX", "main": "index.js", "scripts": { -- GitLab