Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit ec27bd4

Browse files
committed
Pre-release changes for 4.0.0
1 parent 61e63e7 commit ec27bd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm install handsontable @handsontable/angular
3030
You can load it directly from [jsDelivr](//jsdelivr.com/package/npm/@handsontable/angular) as well.
3131
```html
3232
<script src="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.js"></script>
33-
<script src="https://cdn.jsdelivr.net/npm/@handsontable/angular/dist/bundles/handsontable-angular.umd.min.js"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/@handsontable/angular/bundles/handsontable-angular.umd.min.js"></script>
3434

3535
<link href="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.css" rel="stylesheet">
3636
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@handsontable/angular",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Best Data Grid for Angular with Spreadsheet Look and Feel.",
55
"author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
66
"license": "MIT",

0 commit comments

Comments
 (0)