Skip to content

Commit eabcbe8

Browse files
committed
Update version EditorJS
1 parent 7c2dfdd commit eabcbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_editorjs_fields/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
DEBUG = getattr(settings, "DEBUG", False)
66

7-
VERSION = getattr(settings, "EDITORJS_VERSION", '2.22.1')
7+
VERSION = getattr(settings, "EDITORJS_VERSION", '2.22.2')
88

99
IMAGE_UPLOAD_PATH = str(
1010
getattr(settings, "EDITORJS_IMAGE_UPLOAD_PATH", 'uploads/images/')

0 commit comments

Comments
 (0)