From 23ea39521690840faa50825a1b6eff2ab261c508 Mon Sep 17 00:00:00 2001 From: harasunu-narayan <60644555+harasunu-narayan@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:43:03 +0530 Subject: [PATCH] Update to v4.1.0 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index a93653e..e44f8bd 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "froala-editor-python-sdk", - "version": "4.0.19", + "version": "4.1.0", "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.19" + "froala-wysiwyg-editor": "^4.1.0" } }