From 5a676e5098b4bb38f9cc707c20cb12841bb8c7ed Mon Sep 17 00:00:00 2001 From: jfcere Date: Sun, 16 Dec 2018 13:26:44 -0500 Subject: [PATCH] 7.0.3 --- 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 29d33cfe..a1634117 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "7.0.2", + "version": "7.0.3", "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 d57feb50..a3283012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "7.0.2", + "version": "7.0.3", "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",