Skip to content

Commit

Permalink
Internal: Updated CKEditor 5 version references.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Feb 6, 2023
1 parent af5b466 commit 67c84f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="https://cdn.ckeditor.com/ckeditor5/36.0.0/classic/ckeditor.js"></script>
<script src="https://cdn.ckeditor.com/ckeditor5/36.0.1/classic/ckeditor.js"></script>
```

Call the [`ClassicEditor.create()`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-classic_classiceditor-ClassicEditor.html#static-function-create) method:
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-utils/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import CKEditorError from './ckeditorerror';

const version = '36.0.0';
const version = '36.0.1';

export default version;

Expand Down

0 comments on commit 67c84f5

Please sign in to comment.