From 980a6a635ce3099f84ad422f22ca99858746c461 Mon Sep 17 00:00:00 2001 From: jfcere Date: Thu, 28 Feb 2019 22:01:27 -0500 Subject: [PATCH] 7.1.4 --- 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 4f3fa07b..0b4e35c2 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "7.1.4-beta.0", + "version": "7.1.4", "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 d248edd9..82f9aa8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "7.1.4-beta.0", + "version": "7.1.4", "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",