From f2912270464e820b8db6fdbe281e8b58ef693b44 Mon Sep 17 00:00:00 2001 From: jfcere Date: Tue, 9 Oct 2018 20:37:15 -0400 Subject: [PATCH] 6.2.2 --- 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 c443a034..eabd4626 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "6.2.1", + "version": "6.2.2", "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 18987f8d..3075694e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "6.2.1", + "version": "6.2.2", "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",