From 8fd05a2fe1f8ded6309be6a3fea3e8c10ec11416 Mon Sep 17 00:00:00 2001 From: jfcere Date: Sat, 6 Apr 2019 14:31:42 -0400 Subject: [PATCH] 7.1.5 --- 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 b913d73f..36ee4dcd 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "7.1.4", + "version": "7.1.5", "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 82f9aa8a..22e4474e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "7.1.4", + "version": "7.1.5", "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",