From 7fbeb8164d2ae4b5101b15eb94210b1195d8fc8e Mon Sep 17 00:00:00 2001 From: jfcere Date: Thu, 11 Oct 2018 20:23:23 -0400 Subject: [PATCH] 6.3.0 --- lib/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/package.json b/lib/package.json index c0116f03..a8743238 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "6.2.2", + "version": "6.3.0", "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights", "homepage": "https://github.com/jfcere/ngx-markdown", "license": "MIT", diff --git a/package.json b/package.json index ca2d6dd6..506f4914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "6.2.2", + "version": "6.3.0", "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights", "homepage": "https://github.com/jfcere/ngx-markdown", "license": "MIT",