@ckeditor/ckeditor5-upload 44.0.0-alpha.8 → 44.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -17,7 +17,7 @@ npm install ckeditor5
17
17
 
18
18
  ## Create free account
19
19
 
20
- If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/signup).
20
+ If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).
21
21
 
22
22
  ## Documentation
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-upload",
3
- "version": "44.0.0-alpha.8",
3
+ "version": "44.0.0",
4
4
  "description": "Upload feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,8 +12,8 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "44.0.0-alpha.8",
16
- "@ckeditor/ckeditor5-utils": "44.0.0-alpha.8"
15
+ "@ckeditor/ckeditor5-core": "44.0.0",
16
+ "@ckeditor/ckeditor5-utils": "44.0.0"
17
17
  },
18
18
  "author": "CKSource (http://cksource.com/)",
19
19
  "license": "SEE LICENSE IN LICENSE.md",