From afcc142eff88b2c8f92e05434f0084819f90d255 Mon Sep 17 00:00:00 2001 From: Navneet Kumar <navneet.kumar@accoliteindia.com> Date: Fri, 12 Apr 2019 15:56:41 +0530 Subject: [PATCH] Update to 2.9.5 --- package.json | 4 ++-- src/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 14edb9e..3e6740a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-froala-wysiwyg-base", - "version": "2.9.4-1", + "version": "2.9.5", "description": "Angular 2, 4, 5, 6 and 7 bindings for Froala WYSIWYG HTML rich text editor", "main": "bundles/angular-froala-wysiwyg.umd.js", "typings": "index.d.ts", @@ -47,7 +47,7 @@ "url": "https://github.com/froala/angular-froala-wysiwyg/issues" }, "dependencies": { - "froala-editor": "2.9.4", + "froala-editor": "2.9.5", "tslib": "^1.9.0" }, "peerDependencies": {}, diff --git a/src/package.json b/src/package.json index 498ed9e..94b2f32 100644 --- a/src/package.json +++ b/src/package.json @@ -1,8 +1,8 @@ { "name": "angular-froala-wysiwyg", - "version": "2.9.4-1", + "version": "2.9.5", "dependencies": { - "froala-editor": "2.9.4", + "froala-editor": "2.9.5", "@types/jquery": "^2.0.40" } } \ No newline at end of file