From 1928fdf82162e88d82b8e3a97712c5e39103879e Mon Sep 17 00:00:00 2001 From: harasunu-narayan <60644555+harasunu-narayan@users.noreply.github.com> Date: Wed, 12 Oct 2022 14:25:06 +0530 Subject: [PATCH] Update to v4.0.15 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 0e5d5a3..eb093ec 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "froala-editor-python-sdk", - "version": "4.0.14", + "version": "4.0.15", "author": "Florin Marius Popescu (https://www.froala.com/)", "description": "Node.js SDK for Froala Editor", "keywords": [ @@ -16,6 +16,6 @@ "bower_components" ], "dependencies": { - "froala-wysiwyg-editor": "^4.0.14" + "froala-wysiwyg-editor": "^4.0.15" } }