diff --git a/package-lock.json b/package-lock.json index 3db5a2a..c29d514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ckeditor/ckeditor5-angular", - "version": "6.0.0-alpha.0", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ckeditor/ckeditor5-angular", - "version": "6.0.0-alpha.0", + "version": "6.0.0", "hasInstallScript": true, "license": "GPL-2.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 7d21931..b0045e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "__IMPORTANT__": "This file won't be published. See `src/ckeditor/package.json`, which will be published on NPM.", "name": "@ckeditor/ckeditor5-angular", - "version": "6.0.0-alpha.0", + "version": "6.0.0", "private": true, "description": "Official Angular component for CKEditor 5 – the best browser-based rich text editor.", "scripts": {