From 67c84f564220685c673d9cbef7851fd1a1c1d2b2 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 6 Feb 2023 10:40:49 +0100 Subject: [PATCH] Internal: Updated CKEditor 5 version references. --- README.md | 2 +- packages/ckeditor5-utils/src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9901f230222..4cd0e12f499 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ In your HTML page add an element that CKEditor should replace: Load the classic editor build (you can choose between [CDN](https://cdn.ckeditor.com/#ckeditor5), [npm](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#npm) and [zip downloads](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#zip-download)): ```html - + ``` Call the [`ClassicEditor.create()`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-classic_classiceditor-ClassicEditor.html#static-function-create) method: diff --git a/packages/ckeditor5-utils/src/version.ts b/packages/ckeditor5-utils/src/version.ts index 68da7868011..7ec7b999cd2 100644 --- a/packages/ckeditor5-utils/src/version.ts +++ b/packages/ckeditor5-utils/src/version.ts @@ -11,7 +11,7 @@ import CKEditorError from './ckeditorerror'; -const version = '36.0.0'; +const version = '36.0.1'; export default version;