From aafc852764cf472969ab2f1c8882afa998b7211a Mon Sep 17 00:00:00 2001 From: jfcere Date: Tue, 22 Aug 2017 23:06:59 -0400 Subject: [PATCH] 1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7462b8bb..951e4c8e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ng2-markdown-to-html", "description": "Angular 2+ library that uses marked to parse markdown to html combined with Prism.js for synthax highlights", "homepage": "https://github.com/jfcere/ng2-markdown-to-html", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "author": { "name": "Jean-Francois Cere",