Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed May 31, 2023
1 parent ea7c5d1 commit 2d2f082
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-custom-field",
"version": "1.3.1",
"version": "1.4.0",
"description": "vaadin-custom-field",
"main": "vaadin-custom-field.html",
"repository": "vaadin/vaadin-custom-field",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-custom-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
return 'vaadin-custom-field';
}
static get version() {
return '1.3.1';
return '1.4.0';
}

static get properties() {
Expand Down

0 comments on commit 2d2f082

Please sign in to comment.