Skip to content

Commit

Permalink
v23.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nii Yeboah committed Jun 16, 2022
1 parent 40b70f9 commit 9707c18
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-dialog",
"version": "23.1.0",
"version": "23.1.1",
"description": "Vaadin dialog extension with header, footer and scrolling content area.",
"main": "theme/lumo/vcf-enhanced-dialog.js",
"types": "src/vcf-enhanced-dialog.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/vcf-enhanced-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class EnhancedDialog extends Dialog {
}

static get version() {
return '23.0.2';
return '23.1.1';
}

_startDrag(e) {
Expand Down

0 comments on commit 9707c18

Please sign in to comment.