Skip to content

Commit

Permalink
build: update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Feb 6, 2023
1 parent 1a3e53b commit e48b240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin-component-factory/vcf-enhanced-rich-text-editor",
"version": "1.5.1",
"version": "2.0.0",
"description": "Web Component providing rich text editor functionality. This component is fork of vaadin-rich-text-editor, with enhanced functionality.",
"main": "vcf-enhanced-rich-text-editor.js",
"author": "Vaadin Ltd",
Expand Down
2 changes: 1 addition & 1 deletion src/vcf-enhanced-rich-text-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ Inline.order.push(PlaceholderBlot.blotName, ReadOnlyBlot.blotName, LinePartBlot.
}

static get version() {
return '1.5.1';
return '2.0.0';
}

static get properties() {
Expand Down

0 comments on commit e48b240

Please sign in to comment.