From 92c2387dc831de8b0d725aec2b61b151f0d52756 Mon Sep 17 00:00:00 2001 From: harasunu-narayan <60644555+harasunu-narayan@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:34:20 +0530 Subject: [PATCH] Update to v4.2.1 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 49cca4e..ecc37f2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "froala-editor-python-sdk", - "version": "4.2.0", + "version": "4.2.1", "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.2.0" + "froala-wysiwyg-editor": "^4.2.1" } }