diff --git a/README.md b/README.md index 7cf346428..abdafc3f8 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ There are few steps to run Editor.js on your site. ## Load Editor's core -Firstly you need to get Editor.js itself. It is a [minified script](build/editor.js) with Editor's core and some default must-have tools. +Firstly you need to get Editor.js itself. It is a [minified script](dist/editor.js) with Editor's core and some default must-have tools. Choose the most usable method of getting Editor for you. diff --git a/package.json b/package.json index 060d20f1d..746a3f795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/editorjs", - "version": "2.13.0", + "version": "2.14.0", "description": "Editor.js — Native JS, based on API and Open Source", "main": "dist/editor.js", "types": "./types/index.d.ts",